@* For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 *@ @{ ViewData["Title"] = "Module Administration"; Layout = "~/Views/Shared/_Layout.cshtml"; }

Create New

Latest Posts

ModuleName Access Type Configured Page Description ModuleStatus Action
{{module.moduleName}} {{module.allowedUserType}}
  • Method Name: {{ method.methodName }}
    Allowed User Types: {{ userType }},
{{module.description}} |

... Loading

@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }