ControlCachePolicy.SupportsCaching 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出使用者控制項是否支援快取。
public:
property bool SupportsCaching { bool get(); };
public bool SupportsCaching { get; }
member this.SupportsCaching : bool
Public ReadOnly Property SupportsCaching As Boolean
屬性值
如果使用者控制項支援快取,則為 true
,否則為 false
。
備註
如果使用者控制項與 實例相關聯 BasePartialCachingControl ,則使用者控制項支援快取,這表示 @ OutputCache
指示詞是由 ASP.NET 剖析器剖析,或是使用者控制項以 屬性裝飾 PartialCachingAttribute 。