MVC Tutorial Movie DIY

摘要: Razor cshtmlRazor cshtmlRazor即cshtml,是MVC的视图设计引擎.view 目录下的 _ViewStart.cshtml @{ Layout = "~/Views/Shared/_Layout.cshtml";}指定模板页 (即把_Layout.cshtml作为母页)sample列表>MovieStorehttp://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-model(3)index.cshtml (显示列表的Razor页)> 阅读全文
posted @ 2012-07-08 10:49 imihiro 阅读(967) 评论(0) 推荐(0)