| |||||||||||
Response.ContentEncoding PropertySystem.Web Namespace HttpResponse Class Sets or retrieves the HTTP character set of the output stream. [ VB ] 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 ); Property ValueA Encoding object containing information about the character set of the current response. Exceptions
ExampleThe following example writes a human-readable description of the character set encoding to the output stream.
See Also |
| ||||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme