Page.ResponseEncoding Property
Sets the encoding language for the current HttpResponse object.
Assembly: System.Web (in System.Web.dll)
'Declaration <BrowsableAttribute(False)> _ Public Property ResponseEncoding As String 'Usage Dim instance As Page Dim value As String value = instance.ResponseEncoding instance.ResponseEncoding = value
<asp:Page ResponseEncoding="String" />
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 @ Page directive in the .aspx file. When the page is requested, the dynamically generated class sets the property.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.