HttpCapabilitiesBase::PreferredImageMime Property

 

Returns the MIME type of the type of image content typically preferred by the browser.

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

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

Property Value

Type: System::String^

The MIME type of the type of image content typically preferred by the browser. The default is image/gif.

The following code example shows how to determine the type of image typically preferred by a browser.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: