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

適用於