AB#5820 - Added simple controller and view to test the miniprofiler

This commit is contained in:
Bjarke Berg
2020-03-29 22:35:52 +02:00
parent 681a25b861
commit b2799ef901
11 changed files with 176 additions and 156 deletions

View File

@@ -169,7 +169,7 @@ namespace Umbraco.Web.Common.AspNetCore
}
var webProfiler = new WebProfiler(httpContextAccessor);
webProfiler.Start();
webProfiler.StartBoot();
return webProfiler;
}