次の方法で共有


ProfileEventArgs(HttpContext) コンストラクター

定義

ProfileEventArgs クラスのインスタンスを作成します。

public:
 ProfileEventArgs(System::Web::HttpContext ^ context);
public ProfileEventArgs(System.Web.HttpContext context);
new System.Web.Profile.ProfileEventArgs : System.Web.HttpContext -> System.Web.Profile.ProfileEventArgs
Public Sub New (context As HttpContext)

パラメーター

context
HttpContext

現在の要求の HttpContext

注釈

ProfileEventArgsは、ProfileEventArgs クラスのインスタンスを作成し、Context プロパティを指定したHttpContextに設定します。

適用対象

こちらもご覧ください