开发者

Does MiniProfiler work in ASP.NET MVC2?

开发者 https://www.devze.com 2023-03-30 16:40 出处:网络
Does The StackExchange MiniProfiler http:/开发者_Python百科/code.google.com/p/mvc-mini-profiler/ work in ASP.NET MVC2?If so, how?When adding MiniProfiler to the project, what is the MVC2 equivalent of

Does The StackExchange MiniProfiler http:/开发者_Python百科/code.google.com/p/mvc-mini-profiler/ work in ASP.NET MVC2? If so, how? When adding MiniProfiler to the project, what is the MVC2 equivalent of:

@MvcMiniProfiler.MiniProfiler.RenderIncludes() 


Yes. See the FAQ: http://code.google.com/p/mvc-mini-profiler/wiki/FrequentlyAskedQuestions

That is the razor syntax. The equivalent for Web Forms is

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

精彩评论

暂无评论...
验证码 换一张
取 消