| 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; }
Public Property ContentEncoding As Encoding
Get
Set
Property Value
Type:
EncodingThe content encoding.
Implements
IRequestContentEncodingSee Also