HttpBrowserCapabilitiesBase.PreferredImageMime Propriedade
Definição
Quando substituída em uma classe derivada, obtém o tipo MIME do tipo de conteúdo de imagem que o navegador normalmente prefere.When overridden in a derived class, gets the MIME type of the type of image content that the browser typically prefers.
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
Valor da propriedade
O tipo MIME do tipo de conteúdo de imagem que o navegador normalmente prefere.The MIME type of the type of image content that the browser typically prefers.
Exceções
Sempre.Always.