HttpContext.Profile Property
.NET Framework (current version)
Gets the ProfileBase object for the current user profile.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.Profile.ProfileBaseA ProfileBase if the application configuration file contains a definition for the profile's properties; otherwise, null.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: