Character set of data supplied by client.
[Visual Basic] Public ReadOnly Property ContentEncoding As Encoding [C#] public Encoding ContentEncoding {get;} [C++] public: __property Encoding* get_ContentEncoding(); [JScript] public function get ContentEncoding() : Encoding;
A managed reference to an Encoding object representing character set of browser client.
HttpRequest Class | HttpRequest Members | System.Web Namespace