哪吒机器人提醒:

提醒:Community Blogs
【标题】ASP.NET MVC 3 Beta: View start files for Razor view engine
【摘要】to follow better dry (don’t repeat yourself) principle razor views support now defaults that are applied to all views in asp.net mvc web application. default can be applied by special file so you have one place where everything common is defined. in this posting i will show you how defaults work and how to use them. view start files if you create new asp.net mvc 3 beta web application you will find there file called _viewstart.cshtml. in vb.net projects this file is called _viewstart.vbhtml. by ... (04-09 16:24)