!!!废弃实体列表,EntityList<T>=>IList<T>,IEntityList=>IList<IEntity>。旧项目可以批量替换来升级
大石头 authored at 2017-08-19 22:06:58
429.00 B
X
<div class="form-group">
    <label for="category" class="control-label">类别:</label>
    @Html.ForDropDownList("category", Log.FindAllCategoryName(), Request["category"], "全部", true)
</div>
<div class="form-group">
    <label for="userid" class="control-label">用户:</label>
    @Html.ForDropDownList("userid", UserX.FindAllWithCache().Cast<IEntity>().ToList(), "全部", true)
</div>
@Html.Partial("_DateRange")