AnonymousIdentificationEventArgs(HttpContext) Oluşturucu

Tanım

AnonymousIdentificationEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

context
HttpContext

Olayın bağlamı.

Açıklamalar

geçerli AnonymousIdentificationModuleAnonymousIdentificationEventArgskullanarak bir HttpContext nesnesi oluşturur. Ardından nesnesini AnonymousIdentificationEventArgs olayına geçirir.

Şunlara uygulanır