Gets the System.Web.Profile.ProfileBase object for the current user profile.
Documentation for this section has not yet been entered.
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.