Click or drag to resize

AuthorizeControllerRoleAttribute(String) Constructor

Creates a new MVC based authorization attribute for specified roles.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public AuthorizeControllerRoleAttribute(
	string allowedRoles
)
View Source

Parameters

allowedRoles  String
 
See Also