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

適用対象

こちらもご覧ください