MobileCapabilities.PreferredImageMime Property

Definition

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

public:
 virtual property System::String ^ PreferredImageMime { System::String ^ get(); };
public virtual string PreferredImageMime { get; }
member this.PreferredImageMime : string
Public Overridable ReadOnly Property PreferredImageMime As String

Property Value

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

Applies to