<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> <% if (Model.resultList != null) { foreach (var item in Model.resultList) { %> <% } } %>
未添加用户
用户id 用户名
<%=item.UserID%>|<%=item.IsMainOrag %> <%=item.UserName%>