HttpBrowserCapabilitiesBase.PreferredRequestEncoding Property

 

When overridden in a derived class, gets the request encoding that the browser prefers.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

abstract PreferredRequestEncoding : string with get
override PreferredRequestEncoding : string with get

Property Value

Type: System.String

The request encoding that the browser prefers.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: