HttpBrowserCapabilitiesBase.RequiresContentTypeMetaTag Propriedade
Definição
Quando substituída em uma classe derivada, obtém um valor que indica se o navegador requer um elemento HTML meta para o qual o atributo content-type é especificado.When overridden in a derived class, gets a value that indicates whether the browser requires an HTML meta element for which the content-type attribute is specified.
public:
virtual property bool RequiresContentTypeMetaTag { bool get(); };
public virtual bool RequiresContentTypeMetaTag { get; }
member this.RequiresContentTypeMetaTag : bool
Public Overridable ReadOnly Property RequiresContentTypeMetaTag As Boolean
Valor da propriedade
true Se o navegador exigir um meta elemento HTML para o qual o content-type atributo é especificado; caso contrário, false .true if the browser requires an HTML meta element for which the content-type attribute is specified; otherwise, false.
Exceções
Sempre.Always.