@model SecurityGuard.ViewModels.GrantRolesToUserViewModel
@{
ViewBag.Title = "GrantRolesToUser";
Layout = "~/Areas/SecurityGuard/Views/Shared/_SecurityGuardLayoutPage.cshtml";
}
@Html.ActionLink("Dashboard", "Index", "Dashboard") >
@Html.ActionLink("Manage Users", "Index", "Membership") >
Grant Roles To User
Grant Roles To User
Clicking the "Grant" or "Revoke" buttons will execute that command.
Grant any of the following roles to: @Model.UserName