Controller.Profile Property

 

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