HttpRequest.ContentEncoding Property
.NET Framework 3.0
Gets or sets the character set of the entity-body.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: property Encoding^ ContentEncoding { Encoding^ get (); void set (Encoding^ value); }
/** @property */ public Encoding get_ContentEncoding () /** @property */ public void set_ContentEncoding (Encoding value)
public function get ContentEncoding () : Encoding public function set ContentEncoding (value : Encoding)
Not applicable.
Property Value
An Encoding object representing the client's character set.Default content encoding can be specified in the globalization Element (ASP.NET Settings Schema) of a configuration file. If content encoding is also specified by the client, the default configuration settings are overridden.
Community Additions
ADD
Show: