Click or drag to resize
IHttpContextUser Property
Gets or sets the IPrincipal object for the current HTTP request.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
IPrincipal User { get; set; }

Property Value

Type: IPrincipal
See Also