HttpBrowserCapabilitiesWrapper::PreferredRequestEncoding Property

 

Gets the request encoding that the browser prefers.

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

public:
property String^ PreferredRequestEncoding {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The request encoding preferred by the browser.

.NET Framework
Available since 3.5
Return to top
Show: