| |||||
Request.ContentEncoding PropertySystem.Web Namespace HttpRequest Class Gets the character set of the entity-body. [ VB ] Public ReadOnly Property ContentEncoding As Encoding [ C# ] public Encoding ContentEncoding {get;} [ C++ ] public: __property Encoding* get_ContentEncoding ( ); [ JScript ] public function get ContentEncoding ( ) : Encoding; Property ValueAn Encoding object representing the client's character set. RemarksDefault ContentEncoding can be specified in an ASP.NET configuration file. If ContentEncoding is specified by the client, the default configuration settings are overridden. ExampleThe following example shows the simplest way to retrieve and display the value representing the HTTP encoding of the current request. <%= Request.ContentEncoding.EncodingName %> 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