HttpBrowserCapabilitiesBase.SupportsCacheControlMetaTag Property

Definition

When overridden in a derived class, 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 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.

Exceptions

Applies to