@using bitforum.Constants @using Microsoft.AspNetCore.Identity; @model List @{ ViewData["Title"] = "역할 관리"; }

@ViewData["Title"]


@foreach (var role in Model) { }
ID Role Name Permission Actions
@role.Id @role.Name @ViewBag.RoleClaimsCount[role.Name] 권한 관리