SubstitutionResponseElement(HttpResponseSubstitutionCallback) Конструктор

Определение

Инициализирует новый экземпляр класса 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)

Параметры

callback
HttpResponseSubstitutionCallback

Статический обратный вызов подстановки, заданный как составляющая ответа для страницы с кэшируемым выводом.

Исключения

callback имеет значение null.

Применяется к