Is it possible to use the mini profiler in the service stack with the appearance of a razor? It seems that the documentation only shows the profiler when using the json html report view.
Yes, you can enable it using the same MVC include, but enable .AsRaw() so that it does not encode HTML, for example:
.AsRaw()
@ServiceStack.MiniProfiler.Profiler.RenderIncludes().AsRaw()
An example from this is the RazorRockstars Template .
Source: https://habr.com/ru/post/1436186/More articles:Registration Tips - androidWhy is 64 bit in x86 assembly? - assemblyHow to use the key and secret for verification? - apiWhat do I need to install on Java programming? - javaC unsigned long long and imulq - cLittle problem loading libgdx - javapytest: pytest_sessionstart () and pytest_sessionfinish () are valid interceptors? - py.testWhich method is called [...] in Ruby? - ruby | fooobar.comAbility to run chrome with extensions downloaded by watir-webdriver - google-chrome-extensionMakefile - just do the installation (copy the files), there is no purpose for the assembly - cAll Articles