You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've gotten the MiniProfiler to work with a .NET web project, and rendering from Razor page. But I have no idea how to render the results from the console project, when not using razor, but instead Angular
The text was updated successfully, but these errors were encountered:
If you're in a console, you can log the results somewhere (e.g. one of the storage providers) or do something like MiniProfiler.Current.RenderPlainText() to get a string version. Or you can iterate through and print any specifics you'd want out to wherever you want. The HTML output in a webpage is the only thing MiniProfiler has opinions about - the rest is structured but ultimately up to the user since what people want varies so widely.
I've gotten the MiniProfiler to work with a .NET web project, and rendering from Razor page. But I have no idea how to render the results from the console project, when not using razor, but instead Angular
The text was updated successfully, but these errors were encountered: