相关疑难解决方法(0)

用于ASP.NET网站的Miniprofiler

在此输入图像描述我怎样才能在asp.net网站上使用miniprofiler(不适用于MVC)?MVC有很多资源,但我找不到任何网站.

感谢Alex.现在它适用于asp.net网站.但我无法理解它显示的是什么.我没有在方法中编写任何代码.见下图.

代码如下,我运行了profiler.

protected void Page_Load(object sender, EventArgs e)
{
    using (MiniProfiler.Current.Step("test"))
    {
        Page.Title = "12345";
    }
}
Run Code Online (Sandbox Code Playgroud)

asp.net mvc-mini-profiler web

11
推荐指数
1
解决办法
4184
查看次数

标签 统计

asp.net ×1

mvc-mini-profiler ×1

web ×1