SubstitutionResponseElement(HttpResponseSubstitutionCallback) Constructor

Definitie

Initialiseert een nieuw exemplaar van de SubstitutionResponseElement klasse.

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)

Parameters

callback
HttpResponseSubstitutionCallback

De statische vervangingsaanroep die is ingesteld als onderdeel van het antwoord voor een pagina in de uitvoercache.

Uitzonderingen

callback is null.

Van toepassing op