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 使用目前的 HttpContext 建構 AnonymousIdentificationEventArgs 物件。 然後,它會將 AnonymousIdentificationEventArgs 物件傳遞至 AnonymousIdentification_Creating 事件。