Click or drag to resize

RecroSecIsAdmin Method (HttpContext)

Gets a value indicating whether current User is Administrator.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public static bool IsAdmin(
	HttpContext httpContext
)

Parameters

httpContext
Type: Microsoft.AspNetCore.HttpHttpContext
The HTTP context.

Return Value

Type: Boolean
true if current User is Administrator; otherwise, false.
See Also