| |||||||||||
Response.Charset PropertySystem.Web Namespace HttpResponse Class Sets or retrieves the HTTP character set of the output stream. [ VB ] 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 ); Property ValueThe HTTP character set of the output stream. Exceptions
RemarksCharset can be set to a null reference ( Nothing in Visual Basic ) to suppress the Content-Type header. ExampleThe following example takes action only if the character set of the output stream is Central European ( ISO ).
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