Is it possible to use the mini profiler in service stack with the razor views? It looks like the documentation only shows the profiler when using the json html report view.
相关问题
- How do I hide routes I don't control from Serv
- Can ServiceStack JsonServiceClient send a get requ
- Slow loading first page - ASP.NET MVC
- 404 Not Found error when running ServiceStack on I
- ServiceStack Session always null in MVC Controller
相关文章
- how do I log requests and responses for debugging
- Check authorize in SignalR attribute
- How to hide miniprofiler?
- How to logout authenticated user in ServiceStack?
- How to perform a more complex query with AutoQuery
- System.IO.IOException: Too many open files
- How to pipeline multiple read commands to Redis us
- How does PubSub work in BookSleeve/ Redis?
Yes you can include it using the same MVC include but include it
.AsRaw()
so it doesn't get HTML encoded, e.g:Example taken from this RazorRockstars template.