Page.ResponseEncoding Property
.NET Framework 3.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Sets the encoding language for the current HttpResponse object.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
/** @property */ public String get_ResponseEncoding () /** @property */ public void set_ResponseEncoding (String value)
public function get ResponseEncoding () : String public function set ResponseEncoding (value : String)
Not applicable.
Property Value
A string that contains the encoding language for the current HttpResponse.In most circumstances, do not set this property in code. Set the ResponseEncoding attribute to the value you want using the @ Page directive in the .aspx file. When the page is requested, the dynamically generated class sets the property.
Community Additions
ADD
Show: