随笔分类 -  Web应用-前端

摘要:@{ ViewBag.Title = "Index";}@section styles{<link href="~/Content/style.css" rel="stylesheet" type="text/css" /><link href="~/Content/config.css" rel= 阅读全文
posted @ 2020-05-02 17:52 卢惠 阅读(132) 评论(0) 推荐(0)
摘要:页面部分: List部分: @{ Layout = null;}@using ePR.Models;@using ePR;@using BusinessObjectLayer.Entities;@using DataAccessLayer;@model ePR.Models.pRHeaderList 阅读全文
posted @ 2020-04-23 11:44 卢惠 阅读(368) 评论(0) 推荐(0)