共用方式為


ControlCachePolicy.SetVaryByCustom(String) 方法

定義

設定輸出快取用來變更使用者控制項的自訂字串清單。

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 檔案中的 方法。

適用於

另請參閱