Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    ProfilingViewEngineWrapperMvcViewOptionsSetup(IProfiler)

    Initializes a new instance of the ProfilingViewEngineWrapperMvcViewOptionsSetup class.

    Declaration
    public ProfilingViewEngineWrapperMvcViewOptionsSetup(IProfiler profiler)
    Parameters
    Type Name Description
    IProfiler profiler

    The

    Methods

    View Source

    Configure(MvcViewOptions)

    Declaration
    public void Configure(MvcViewOptions options)
    Parameters
    Type Name Description
    MvcViewOptions options
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ProfilingViewEngineWrapperMvcViewOptionsSetup(IProfiler)
    • Methods
      • Configure(MvcViewOptions)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX