System.Web.HttpContext.Profile Property

Gets the System.Web.Profile.ProfileBase object for the current user profile.

Syntax

public System.Web.Profile.ProfileBase Profile { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A HttpContext.Profile property is used for persistent storage of structured data using a type-safe API. When a HttpContext.Profile property is accessed but no value is present, an empty instance is returned; null is not returned.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0