StackExchange MiniProfiler http://code.google.com/p/mvc-mini-profiler/在 ASP.NET MVC2 中工作吗?如果是这样,怎么做?将 MiniProfiler 添加到项目时,MVC2 等效于:
@MvcMiniProfiler.MiniProfiler.RenderIncludes()
StackExchange MiniProfiler http://code.google.com/p/mvc-mini-profiler/在 ASP.NET MVC2 中工作吗?如果是这样,怎么做?将 MiniProfiler 添加到项目时,MVC2 等效于:
@MvcMiniProfiler.MiniProfiler.RenderIncludes()
是的。请参阅常见问题解答:http ://code.google.com/p/mvc-mini-profiler/wiki/FrequentlyAskedQuestions
这就是剃刀语法。Web 表单的等价物是
<%: MvcMiniProfiler.MiniProfiler.RenderIncludes() %>