HttpBrowserCapabilitiesWrapper.RequiresContentTypeMetaTag Propriedade

Definição

Obtém um valor que indica se o navegador requer um elemento HTML meta para o qual o atributo content-type é especificado.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 override bool RequiresContentTypeMetaTag { get; }
member this.RequiresContentTypeMetaTag : bool
Public Overrides ReadOnly Property RequiresContentTypeMetaTag As Boolean

Valor da propriedade

Boolean

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. O padrão é false.The default is false.

Aplica-se a