MiniProfiler在ASP中工作吗?净MVC2
本文关键字:MVC2 工作 ASP MiniProfiler | 更新日期: 2023-09-27 18:06:45
StackExchange MiniProfiler http://code.google.com/p/mvc-mini-profiler/在ASP中工作吗?净MVC2吗?如果有,怎么做?当向项目中添加MiniProfiler时,MVC2相当于:
@MvcMiniProfiler.MiniProfiler.RenderIncludes()
是。参见FAQ: http://code.google.com/p/mvc-mini-profiler/wiki/FrequentlyAskedQuestions
这就是razor语法。Web Forms的等效值是
<%: MvcMiniProfiler.MiniProfiler.RenderIncludes() %>