HttpBrowserCapabilitiesBase.RequiresContentTypeMetaTag Property

Definition

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

Property Value

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

Exceptions

Applies to