SubstitutionResponseElement(HttpResponseSubstitutionCallback) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la 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)
Paramètres
- callback
- HttpResponseSubstitutionCallback
Rappel de substitution statique défini dans le cadre de la réponse pour une page du cache de sortie.
Exceptions
callback
a la valeur null
.