MobileCapabilities.RequiresContentTypeMetaTag Property

Definition

Gets a value indicating 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. The default is false.

Applies to