@model IList @* For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 *@ @{ }

接口描述

    
model.FirstOrDefault().FFunctionName) class="form-control" id="dbnumber" />
搜索 添加
@for (int i = 0; i <= Model.Count-1; i++) { int row = @i + 1; }
序号 @Html.DisplayNameFor(model => model.FirstOrDefault().FGoupID) @Html.DisplayNameFor(model => model.FirstOrDefault().FFunctionName) @Html.DisplayNameFor(model => model.FirstOrDefault().FInterfaceType) @Html.DisplayNameFor(model => model.FirstOrDefault().FUrl) @Html.DisplayNameFor(model => model.FirstOrDefault().FDescription) @Html.DisplayNameFor(model => model.FirstOrDefault().FUsing) 操作
@row @Html.DisplayFor(model => model[i].FGoupID) @Html.DisplayFor(model => model[i].FFunctionName) @Html.DisplayFor(model => model[i].FInterfaceType) @Html.DisplayFor(model => model[i].FUrl) @Html.DisplayFor(model => model[i].FDescription) @Html.DisplayFor(model => model[i].FUsing) 修改 | 删除