Class ProfilingView
Inheritance
System.Object
Namespace: Umbraco.Web.Mvc
Assembly: Umbraco.Web.dll
Syntax
public class ProfilingView : IView
Constructors
View SourceProfilingView(IView)
Declaration
public ProfilingView(IView inner)
Parameters
Type | Name | Description |
---|---|---|
IView | inner |
Methods
View SourceRender(ViewContext, TextWriter)
Declaration
public void Render(ViewContext viewContext, TextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
ViewContext | viewContext | |
System.IO.TextWriter | writer |