SubstitutionResponseElement(HttpResponseSubstitutionCallback) Construtor

Definição

Inicializa uma nova instância da SubstitutionResponseElement classe.

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 callback de substituição estática que foi definido como parte da resposta para uma página em cache de saída.

Exceções

callback é null.

Aplica-se a