ControlCachePolicy.VaryByControl 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定控制識別項清單,用來變更快取輸出。
public:
property System::String ^ VaryByControl { System::String ^ get(); void set(System::String ^ value); };
public string VaryByControl { get; set; }
member this.VaryByControl : string with get, set
Public Property VaryByControl As String
屬性值
用來變更使用者控制項輸出快取的分號分隔字串清單。 這些字串表示使用者控制項中宣告之 ASP.NET 伺服器控制項的 ID 屬性值。