Click or drag to resize

RequestContentEncoding Property

Gets or sets the character set of the data that is provided by the client

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public Encoding ContentEncoding { get; set; }

Property Value

Type: Encoding
The content encoding.

Implements

IRequestContentEncoding
See Also