Gets or sets the HTTP character set of returned content.
[Visual Basic] Public Property ContentEncoding As Encoding [C#] public Encoding ContentEncoding {get; set;} [C++] public: __property Encoding* get_ContentEncoding(); public: __property void set_ContentEncoding(Encoding*); [JScript] public function get ContentEncoding() : Encoding; public function set ContentEncoding(Encoding);
HttpResponse Class | HttpResponse Members | System.Web Namespace