AnonymousIdentificationEventArgs(HttpContext) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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 事件。