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 IPrincipal User { get; }

Property Value

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

Community Additions

ADD
Show: