Share via


SubstitutionResponseElement(HttpResponseSubstitutionCallback) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

callback
HttpResponseSubstitutionCallback

Devolución de llamadas de sustitución estática que se estableció como parte de la respuesta para una página almacenada en la caché de resultados.

Excepciones

callback es null.

Se aplica a