Class ProfilingViewEngineWrapperMvcViewOptionsSetup
Wraps all view engines with a ProfilingViewEngine
Inheritance
System.Object
Namespace: Umbraco.Cms.Web.Website.ViewEngines
Assembly: Umbraco.Web.Website.dll
Syntax
public class ProfilingViewEngineWrapperMvcViewOptionsSetup : IConfigureOptions<MvcViewOptions>
Constructors
View SourceProfilingViewEngineWrapperMvcViewOptionsSetup(IProfiler)
Initializes a new instance of the ProfilingViewEngineWrapperMvcViewOptionsSetup class.
Declaration
public ProfilingViewEngineWrapperMvcViewOptionsSetup(IProfiler profiler)
Parameters
Type | Name | Description |
---|---|---|
IProfiler | profiler | The |
Methods
View SourceConfigure(MvcViewOptions)
Declaration
public void Configure(MvcViewOptions options)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Mvc.MvcViewOptions | options |