RecroGrid Framework
C#
Show/Hide TOC
Recro
Sec
Get
Current
User Method
Gets the current user.
Definition
Namespace:
Recrovit.RecroGridFramework.Security
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.3.1.24.0524.1
C#
Copy
public
static
RecroSecUser
GetCurrentUser
(
HttpContext
httpContext
)
Parameters
httpContext
HttpContext
The HTTP context.
Return Value
RecroSecUser
The current user.
See Also
Reference
RecroSec Class
Recrovit.RecroGridFramework.Security Namespace
In This Article
Definition
Parameters
Return Value
See Also