通过


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

适用于

另请参阅