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

Определение

Инициализирует новый экземпляр класса AnonymousIdentificationEventArgs.

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

Параметры

context
HttpContext

Контекст события.

Комментарии

Создает AnonymousIdentificationModule AnonymousIdentificationEventArgs объект с использованием текущего HttpContextобъекта. Затем объект передается AnonymousIdentificationEventArgs в событие AnonymousIdentification_Creating .

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