Controller::User Property

Visual Studio 2010

Gets the user security information for the current HTTP request.

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

public:
property IPrincipal^ User {
	IPrincipal^ get ();
}

Property Value

Type: System.Security.Principal::IPrincipal
The user security information for the current HTTP request.

Community Additions

ADD
Show: