次の方法で共有


HttpCachePolicyBase.SetVaryByCustom(String) メソッド

定義

派生クラスでオーバーライドされた場合は、キャッシュされている出力応答の変更に使用するテキスト文字列を指定します。

public:
 virtual void SetVaryByCustom(System::String ^ custom);
public virtual void SetVaryByCustom (string custom);
abstract member SetVaryByCustom : string -> unit
override this.SetVaryByCustom : string -> unit
Public Overridable Sub SetVaryByCustom (custom As String)

パラメーター

custom
String

キャッシュされている出力の変更に使用するテキスト文字列。

例外

適用対象