SubstitutionResponseElement(HttpResponseSubstitutionCallback) Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.