Controller::Profile Property

 

Gets the HTTP context profile.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
property ProfileBase^ Profile {
	ProfileBase^ get();
}

Property Value

Type: System.Web.Profile::ProfileBase^

The HTTP context profile.

Return to top
Show: