HttpBrowserCapabilitiesWrapper.SupportsCacheControlMetaTag 屬性

定義

會得到一個值,表示瀏覽器是否支援 cache-control HTML http-equiv 元素屬性的值meta

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

屬性值

true若瀏覽器支援 cache-control HTML http-equiv 元素屬性的值meta;否則, false 預設值為 true

適用於