Compartilhar via


SubstitutionResponseElement(HttpResponseSubstitutionCallback) Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

callback
HttpResponseSubstitutionCallback

O retorno de chamada de substituição estático definido como parte da resposta para uma página em cache de saída.

Exceções

callback é null.

Aplica-se a