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

适用于

另请参阅