本文介绍了_PageStart.cshtml VS _ViewStart.cshtml在ASP.NET的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我发现有_PageStart.cshtml中的和_ViewStart.cshtml在的。那么究竟是什么_PageStart.cshtml和_ViewStart.cshtml之间的区别?
I found there's _PageStart.cshtml in http://www.asp.net/web-pages/overview/ui-layouts-and-themes/18-customizing-site-wide-behavior and _ViewStart.cshtml in http://weblogs.asp.net/scottgu/asp-net-mvc-3-layouts. So what is the difference between _PageStart.cshtml and _ViewStart.cshtml?
推荐答案
他们都执行相同的功能,但_ViewStart是MVC-只。您可以在任一使用框架_PageStart。
They both perform the same function but _ViewStart is MVC-only. You can use _PageStart in either framework.
这篇关于_PageStart.cshtml VS _ViewStart.cshtml在ASP.NET的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!