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

Create New

{{module.moduleName}}

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"); } }