語言

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

適用於