Search Results for

    Show / Hide Table of Contents
    View Source

    Class ProfilingViewEngine

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Website.ViewEngines
    Assembly: Umbraco.Web.Website.dll
    Syntax
    public class ProfilingViewEngine : IViewEngine

    Constructors

    View Source

    ProfilingViewEngine(IViewEngine, IProfiler)

    Declaration
    public ProfilingViewEngine(IViewEngine inner, IProfiler profiler)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine inner
    IProfiler profiler

    Methods

    View Source

    FindView(ActionContext, String, Boolean)

    Declaration
    public ViewEngineResult FindView(ActionContext context, string viewName, bool isMainPage)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.ActionContext context
    System.String viewName
    System.Boolean isMainPage
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.ViewEngines.ViewEngineResult
    View Source

    GetView(String, String, Boolean)

    Declaration
    public ViewEngineResult GetView(string executingFilePath, string viewPath, bool isMainPage)
    Parameters
    Type Name Description
    System.String executingFilePath
    System.String viewPath
    System.Boolean isMainPage
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.ViewEngines.ViewEngineResult
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ProfilingViewEngine(IViewEngine, IProfiler)
    • Methods
      • FindView(ActionContext, String, Boolean)
      • GetView(String, String, Boolean)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX