ControlCachePolicy.SetVaryByCustom(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定輸出快取用來變更使用者控制項的自訂字串清單。
public:
void SetVaryByCustom(System::String ^ varyByCustom);
public void SetVaryByCustom (string varyByCustom);
member this.SetVaryByCustom : string -> unit
Public Sub SetVaryByCustom (varyByCustom As String)
參數
- varyByCustom
- String
自訂字串的清單。
例外狀況
使用者控制項與 BasePartialCachingControl 沒有關聯,也不能快取。
備註
如果您傳遞 「browser」 做為 varyByCustom
參數,則使用者控制項會依瀏覽器類型和主要版本號碼而有所不同。 如果輸入另一個自訂字串,您必須覆寫 GetVaryByCustomString 應用程式 Global.asax 檔案中的 方法。