次の方法で共有


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 に関連付けられておらず、キャッシュに保存することはできません。

注釈

パラメーターとして varyByCustom "browser" を渡すと、ユーザー コントロールはブラウザーの種類とメジャー バージョン番号によって異なります。 別のカスタム文字列を入力する場合は、アプリケーションの GetVaryByCustomString Global.asax ファイル内のメソッドをオーバーライドする必要があります。

適用対象

こちらもご覧ください