HttpBrowserCapabilitiesWrapper.SupportsCacheControlMetaTag Property

Definition

Gets a value that indicates 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 override bool SupportsCacheControlMetaTag { get; }
member this.SupportsCacheControlMetaTag : bool
Public Overrides 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