Open
Description
I am using MiniProfiler in an ASP.NET WebAPI service host (that will soon transition to ASP.NET Core). The application using it is is developed separately using JS. I am currently using RenderPlainText
to provide information back from an end-point, but it does not render everything i would like (SQL not expanded as far as i can see ). I could of course just write some custom code to print what i like, but it seems silly when there is an actual UI available.
I noticed that there are methods like RenderIncludes
so i was wondering if there would happen to be a nice way to generate the necessary HTML statically or similar?