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 llamada de sustitución estática que se estableció como parte de la respuesta de una página almacenada en caché de salida.

Excepciones

callback es null.

Se aplica a