3

StackExchange MiniProfiler http://code.google.com/p/mvc-mini-profiler/在 ASP.NET MVC2 中工作吗?如果是这样,怎么做?将 MiniProfiler 添加到项目时,MVC2 等效于:

@MvcMiniProfiler.MiniProfiler.RenderIncludes() 
4

1 回答 1

7

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

这就是剃刀语法。Web 表单的等价物是

<%: MvcMiniProfiler.MiniProfiler.RenderIncludes() %>
于 2011-08-25T23:11:43.367 回答