HttpBrowserCapabilitiesWrapper.RequiresContentTypeMetaTag Property

Definition

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

Property Value

true if the browser requires an HTML meta element for which the content-type attribute is specified; otherwise, false. The default is false.

Applies to