SubstitutionResponseElement(HttpResponseSubstitutionCallback) Oluşturucu

Tanım

SubstitutionResponseElement sınıfının yeni bir örneğini başlatır.

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)

Parametreler

callback
HttpResponseSubstitutionCallback

Çıktı önbelleğe alınmış bir sayfa için yanıtın parçası olarak ayarlanan statik değiştirme geri çağırması.

Özel durumlar

callback, null'e eşittir.

Şunlara uygulanır