System.Web.Profile.ProfileAutoSaveEventArgs.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.ProfileAutoSaveEventArgs object provides event information to the ProfileModule.ProfileAutoSaving event of the System.Web.Profile.ProfileModule class. The ProfileAutoSaveEventArgs.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