Exemple #1
0
 private static string ResultsFullPage(HttpContext context, MiniProfiler profiler)
 {
     context.Response.ContentType = "text/html";
     return(profiler.RenderResultsHtml(VirtualPathUtility.ToAbsolute(MiniProfiler.Settings.RouteBasePath).EnsureTrailingSlash()));
 }
 private string ResultsFullPage(HttpContext context, MiniProfiler profiler)
 {
     context.Response.ContentType = "text/html";
     return(profiler.RenderResultsHtml(Current.BasePath.Value));
 }