Good day.
I have looked here on the previous post as well as on http://miniprofiler.com/ but cannot find any documentation on how to use MiniProfiler.Settings.CustomUITemplates
.
I also seen How to customize the Mini-Profiler UI which is not what require.
We have a debug section below in our MVC4 layout page and I would like to list the results in a div at the bottom of the page instead of displaying it in a popup.
I see that you can change the position of the popup but I would like to show the results in a table instead.
Can you please point me in the right direction.
The code sais the following:
/// <summary>
/// The path where custom ui elements are stored.
/// If the custom file doesn't exist, the standard resource is used.
/// This setting should be in APP RELATIVE FORM, e.g. "~/App_Data/MiniProfilerUI"
///
/// </summary>
///
/// <remarks>
/// A web server restart is required to reload new files.
/// </remarks>
[DefaultValue("~/App_Data/MiniProfilerUI")]
public static string CustomUITemplates { get; set; }