共用方式為


ProfileMigrateEventArgs.Context 屬性

定義

收到目前申請的請求 HttpContext

public:
 property System::Web::HttpContext ^ Context { System::Web::HttpContext ^ get(); };
public System.Web.HttpContext Context { get; }
member this.Context : System.Web.HttpContext
Public ReadOnly Property Context As HttpContext

屬性值

目前 HttpContext 的請求。

備註

物件會ProfileMigrateEventArgs為類別的事件ProfileModule提供事件MigrateAnonymous資訊。 該 Context 物業提供存取 HttpContext 當前請求的權限。

適用於

另請參閱