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 AnonymousIdentificationModule HttpContextkullanarak bir AnonymousIdentificationEventArgs nesnesi oluşturur. Ardından nesneyi AnonymousIdentification_Creating olayına geçirirAnonymousIdentificationEventArgs.

Şunlara uygulanır