Gets or sets the HTTP charset of output.
[Visual Basic] Public Property Charset As String [C#] public string Charset {get; set;} [C++] public: __property String* get_Charset(); public: __property void set_Charset(String*); [JScript] public function get Charset() : String; public function set Charset(String);
HTTP character set of output.
HttpResponse Class | HttpResponse Members | System.Web Namespace