HttpContext.Profile Property

Definition

Gets the ProfileBase object for the current user profile.

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

Property Value

A ProfileBase if the application configuration file contains a definition for the profile's properties; otherwise, null.

Remarks

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

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also