@model List @{ /**/ Layout = "~/Views/Shared/_Layout.cshtml"; List UserList = Face.Services.Cache.CxwCacheHelp.GetUserList();//用户 List RoleList = Face.Services.Cache.CxwCacheHelp.GetRoles();//角色 string str = ViewBag.jurisdiction; string[] jurisdiction = str.Split(','); }
@*
*@
@for (int i = 0; i < Model.Count; i++) { @*@(Model.HandlerName == item.AdminName ? "selected" : "")*@ @**@ }
操作 控制器 方法
@Model[i].Operation @Model[i].Controller @Model[i].Method