@model DataLineM.Models.DataLineModel @using DataLineM.Models; @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; }
编号:业务名 | 程序关键字 | 程序全路径 | 程序IP | 操作 |
@nd.NodeID @nd.BllName | @nd.RunProgKey | @nd.RunFullPath | @nd.RunIP | @Html.ActionLink("详细", "Details", "Node",new {id=@nd.NodeID},null) @Html.ActionLink("编辑","Edit","Node",new {id=@nd.NodeID},null) |