asp.net.ph

HttpWriter.Encoding Property

System.Web Namespace   HttpWriter Class


Gets an Encoding object for the TextWriter.

[ VB ]
Overrides Public ReadOnly Property Encoding As Encoding

[ C# ]
public override Encoding Encoding {get;}

[ C++ ]
public: __property virtual Encoding* get_Encoding ( );

[ JScript ]
public function get Encoding ( ) : Encoding;

Property Value

An instance of the Encoding class indicating the character set of the current response.

See Also

HttpWriter Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note