HttpBrowserCapabilitiesBase::PreferredRenderingMime Property

 

When overridden in a derived class, 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();
}

Property Value

Type: System::String^

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

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: