Controller.User Property

Gets the user security information for the current HTTP request.

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

'Declaration
Public ReadOnly Property User As IPrincipal 
	Get
'Usage
Dim instance As Controller 
Dim value As IPrincipal 

value = instance.User

Property Value

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