SubstitutionResponseElement(HttpResponseSubstitutionCallback) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

callback
HttpResponseSubstitutionCallback

Callback di sostituzione statico impostato come parte della risposta per una pagina memorizzata nella cache di output.

Eccezioni

callback è null.

Si applica a