ProfileAutoSaveEventArgs(HttpContext) Конструктор

Определение

Создает экземпляр класса ProfileAutoSaveEventArgs.

public:
 ProfileAutoSaveEventArgs(System::Web::HttpContext ^ context);
public ProfileAutoSaveEventArgs (System.Web.HttpContext context);
new System.Web.Profile.ProfileAutoSaveEventArgs : System.Web.HttpContext -> System.Web.Profile.ProfileAutoSaveEventArgs
Public Sub New (context As HttpContext)

Параметры

context
HttpContext

Контекст HttpContext текущего запроса.

Комментарии

Создает ProfileAutoSaveEventArgs экземпляр ProfileAutoSaveEventArgs класса и присваивает Context свойству указанное HttpContextзначение.

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

См. также раздел