摘要: 1、the HttpPost attributeis a short for the HttpVerbs.Post one but since MVC 2.0.从MVC 2.0之后HttpPost属性成为HttpVerbs.Post的简化版。2、[HttpPost] is shorthand for... 阅读全文
posted @ 2016-01-18 16:28 Kevin.W 阅读(1343) 评论(0) 推荐(0)
摘要: 注:本文为学习摘录,原文地址:http://www.cnblogs.com/doublemm/archive/2011/08/25/2153235.html一、认识Web.config文件Web.config 文件是一个XML文本文件,它用来储存 ASP.NET Web 应用程序的配置信息(... 阅读全文
posted @ 2016-01-18 10:37 Kevin.W 阅读(789) 评论(0) 推荐(0)