Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the HTTP context profile.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public ProfileBase Profile { get; }
public:
property ProfileBase^ Profile {
ProfileBase^ get();
}
member Profile : ProfileBase with get
Public ReadOnly Property Profile As ProfileBase
Property Value
Type: System.Web.Profile.ProfileBase
The HTTP context profile.
See Also
Controller Class
System.Web.Mvc Namespace
Return to top