Page.ResponseEncoding Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Sets the encoding language for the current HttpResponse object.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.StringA 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 directive in the .aspx file. When the page is requested, the dynamically generated class sets the property.
.NET Framework
Available since 1.1
Available since 1.1
Show: