ProfileAutoSaveEventArgs(HttpContext) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 ProfileAutoSaveEventArgs 类的实例。
public:
ProfileAutoSaveEventArgs(System::Web::HttpContext ^ context);
public ProfileAutoSaveEventArgs (System.Web.HttpContext context);
new System.Web.Profile.ProfileAutoSaveEventArgs : System.Web.HttpContext -> System.Web.Profile.ProfileAutoSaveEventArgs
Public Sub New (context As HttpContext)
参数
- context
- HttpContext
当前请求的 HttpContext。
注解
创建 ProfileAutoSaveEventArgs 类的 ProfileAutoSaveEventArgs 实例, Context 并将 属性设置为指定的 HttpContext。