共用方式為


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

適用於