2014年1月23日
摘要: ASP.NET MVC 3.0http://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.unobtrusive-ajax.jshttp://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.unobtrusive-ajax.min.jsh... 阅读全文
posted @ 2014-01-23 21:07 顺风车 阅读(4828) 评论(0) 推荐(0)
摘要: 1.母板页_Layout.cshtml2.部分视图3.默认Layout引用的使用(_ViewStart.cshtml)Layout = "~/Views/Shared/_Layout.cshtml"; //Layout = null;@RenderBody()@RenderSection("MasterPart", false) //("名称","是否是必须的"),如果是必须的那么子页面必须实现该方法,否则会报错。@section MasterPart{}@Html.Partial("~/Views/Sh 阅读全文
posted @ 2014-01-23 09:58 顺风车 阅读(328) 评论(0) 推荐(0)