ProfileMigrateEventArgs(HttpContext, String) 构造函数

定义

创建 ProfileMigrateEventArgs 类的实例。

public:
 ProfileMigrateEventArgs(System::Web::HttpContext ^ context, System::String ^ anonymousId);
public ProfileMigrateEventArgs (System.Web.HttpContext context, string anonymousId);
new System.Web.Profile.ProfileMigrateEventArgs : System.Web.HttpContext * string -> System.Web.Profile.ProfileMigrateEventArgs
Public Sub New (context As HttpContext, anonymousId As String)

参数

context
HttpContext

当前请求的 HttpContext

anonymousId
String

从中迁移的匿名标识符。

注解

创建 ProfileMigrateEventArgs 类的 ProfileMigrateEventArgs 实例,将 Context 属性设置为指定的 HttpContext,并将 属性设置为 AnonymousID 指定的 anonymousId

适用于

另请参阅