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當前的 AnonymousIdentificationEventArgs構造一個HttpContext物件。 接著將該物件傳遞 AnonymousIdentificationEventArgsAnonymousIdentification_Creating 事件。

適用於