次の方法で共有


SubstitutionResponseElement(HttpResponseSubstitutionCallback) コンストラクター

定義

SubstitutionResponseElement クラスの新しいインスタンスを初期化します。

public:
 SubstitutionResponseElement(System::Web::HttpResponseSubstitutionCallback ^ callback);
public SubstitutionResponseElement (System.Web.HttpResponseSubstitutionCallback callback);
new System.Web.Caching.SubstitutionResponseElement : System.Web.HttpResponseSubstitutionCallback -> System.Web.Caching.SubstitutionResponseElement
Public Sub New (callback As HttpResponseSubstitutionCallback)

パラメーター

callback
HttpResponseSubstitutionCallback

出力キャッシュ ページの応答の一部として設定された静的な置換コールバック。

例外

callbacknullです。

適用対象