MobileCapabilities.SupportsCacheControlMetaTag Property

Definition

Gets a value indicating whether the browser supports the cache-control value for the http-equiv attribute of HTML <meta> elements.

public:
 virtual property bool SupportsCacheControlMetaTag { bool get(); };
public virtual bool SupportsCacheControlMetaTag { get; }
member this.SupportsCacheControlMetaTag : bool
Public Overridable ReadOnly Property SupportsCacheControlMetaTag As Boolean

Property Value

true if the browser supports the cache-control value for the http-equiv attribute of HTML <meta> elements; otherwise, false. The default is true.

Applies to