Interface IProfilerHtml
Used to render a profiler in a web page
Namespace: Umbraco.Cms.Core.Logging
Assembly: Umbraco.Core.dll
Syntax
public interface IProfilerHtml
Methods
View SourceRender()
Renders the profiling results.
Declaration
string Render()
Returns
Type | Description |
---|---|
System.String | The profiling results. |
Remarks
Generally used for HTML rendering.