随笔分类 -  ASP.NET MVC

摘要:using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.Web; namespace MvcAppPager.Models { public interface IPageOfL... 阅读全文
posted @ 2018-01-04 14:46 风中寻觅 阅读(850) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.Web; namespace MvcAppPager.Models { public interface IPageOfL... 阅读全文
posted @ 2018-01-04 14:04 风中寻觅 阅读(314) 评论(0) 推荐(0)
摘要:ViewBag: 本质上市一个字典,提供了一种View可以访问的动态数据存储。这里用到了.NET 4.0的动态语言特性。可以给ViewBag添加任意属性,并且这个属性是动态创建的,不需要修改类的定义就可以从View中访问。 View模板显示页面的规则是先找对应的Controller文件夹,再找到对应 阅读全文
posted @ 2017-12-31 02:17 风中寻觅 阅读(160) 评论(0) 推荐(0)