@using Mini.Web.WebHelper; @{ ViewBag.Title = "Index"; Layout = "~/Areas/Admin/Views/Shared/_content.cshtml"; }
朋友圈
@*@Html.Action("ToolBarNew", "Control", new { tool= ViewBag.ToolBar as ToolBar, otherToolBars = new Mini.Web.WebHelper.ToolBarNew[] {} } )*@ @await Component.InvokeAsync("ToolBarNew", new { ToolBar = ViewBag.ToolBar as ToolBar, otherToolBars = new Mini.Web.WebHelper.ToolBarNew[] { new ToolBarNew(){ btnColor="", btnName="聊天记录" } } }) @**@ @* *@
企业:
@Html.DropDownList("corp", ViewBag.Select as List)
名称: