Partager via


SubstitutionResponseElement(HttpResponseSubstitutionCallback) Constructeur

Définition

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.

S’applique à