HttpBrowserCapabilitiesWrapper::PreferredImageMime Property

 

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

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

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

Property Value

Type: System::String^

The MIME type of the type of image content that the browser typically prefers. The default is "image/gif".

.NET Framework
Available since 3.5
Return to top
Show: