@model TightWiki.Models.ViewModels.Admin.RolesViewModel @using TightWiki.Library @using TightWiki.Models @{ Layout = "/Views/Shared/_Layout.cshtml"; var sessionState = ViewData["SessionState"] as TightWiki.SessionState ?? throw new Exception("Wiki State Context cannot be null."); }
Global configuration for security roles and membership.
| Name | Description |
| @role.Name | @role.Description |