FormsAuthenticationEventArgs(HttpContext) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 FormsAuthenticationEventArgs 類別的新執行個體。
public:
FormsAuthenticationEventArgs(System::Web::HttpContext ^ context);
public FormsAuthenticationEventArgs (System.Web.HttpContext context);
new System.Web.Security.FormsAuthenticationEventArgs : System.Web.HttpContext -> System.Web.Security.FormsAuthenticationEventArgs
Public Sub New (context As HttpContext)
參數
- context
- HttpContext
事件的內容。
備註
會FormsAuthenticationModule使用 提供的 context
來建構 FormsAuthenticationEventArgs 物件做為 屬性的值Context。 然後,它會將 FormsAuthenticationEventArgs 對象傳遞至 FormsAuthentication_OnAuthenticate 事件。