@using Microsoft.AspNetCore.Identity @model IEnumerable

Roles

Crear nuevo rol

@foreach (var role in Model) { }
NombreAcciones
@role.Name Eliminar