HttpCapabilitiesBase.PreferredResponseEncoding Property
.NET Framework 2.0
Gets the response encoding preferred by the browser.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Overridable ReadOnly Property PreferredResponseEncoding As String 'Usage Dim instance As HttpCapabilitiesBase Dim value As String value = instance.PreferredResponseEncoding
/** @property */ public String get_PreferredResponseEncoding ()
public function get PreferredResponseEncoding () : String
Not applicable.
Property Value
The response encoding preferred by the browser.Community Additions
ADD
Show: