System.Web.Profile.ProfileMigrateEventArgs.Context Property

Gets the System.Web.HttpContext for the current request.

Syntax

public System.Web.HttpContext Context { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Web.Profile.ProfileMigrateEventArgs object provides event information to the ProfileModule.MigrateAnonymous event of the System.Web.Profile.ProfileModule class. The ProfileMigrateEventArgs.Context property provides access to the System.Web.HttpContext of the current request.

Requirements

Namespace: System.Web.Profile
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0