SubstitutionResponseElement(HttpResponseSubstitutionCallback) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
出力キャッシュ ページの応答の一部として設定された静的な置換コールバック。
例外
callback
が null
です。