Freigeben über


SubstitutionResponseElement(HttpResponseSubstitutionCallback) Konstruktor

Definition

Initialisiert eine neue Instanz der SubstitutionResponseElement-Klasse.

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)

Parameter

callback
HttpResponseSubstitutionCallback

Der statische Ersetzungsrückruf, der als Teil der Antwort für eine im Ausgabecache zwischengespeicherte Seite festgelegt wurde.

Ausnahmen

callback ist null.

Gilt für