MiniProfiler是否可以在ASP.NET MVC2中运行?

时间:2011-08-25 23:08:04

标签: c# asp.net-mvc-2 mvc-mini-profiler

StackExchange MiniProfiler http://code.google.com/p/mvc-mini-profiler/是否可以在ASP.NET MVC2中运行?如果是这样,怎么样?将MiniProfiler添加到项目时,MVC2相当于:

@MvcMiniProfiler.MiniProfiler.RenderIncludes() 

1 个答案:

答案 0 :(得分:7)

是。请参阅常见问题解答:http://code.google.com/p/mvc-mini-profiler/wiki/FrequentlyAskedQuestions

这是剃刀语法。 Web窗体的等价物是

<%: MvcMiniProfiler.MiniProfiler.RenderIncludes() %>