| RecroSecGetCurrentUser Method (HttpContextBase) |
Gets the current user.
Namespace:
Recrovit.RecroGridFramework.Security
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax public static RecroSecUser GetCurrentUser(
HttpContextBase httpContext
)
Parameters
- httpContext
- Type: System.WebHttpContextBase
The HTTP context.
Return Value
Type:
RecroSecUserThe current user.
See Also