HttpBrowserCapabilitiesWrapper::PreferredRenderingMime Property

 

Gets the MIME type of the type of content that the browser typically prefers.

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

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

Property Value

Type: System::String^

The MIME type of the type of content that the browser typically prefers. The default is "text/html".

.NET Framework
Available since 3.5
Return to top
Show: