Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebProfiler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Profiler
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class WebProfiler : IProfiler

    Fields

    View Source

    MiniProfilerContext

    Declaration
    public static readonly AsyncLocal<MiniProfiler> MiniProfilerContext
    Field Value
    Type Description
    AsyncLocal<MiniProfiler>

    Methods

    View Source

    Start()

    Declaration
    public void Start()
    View Source

    StartBoot()

    Declaration
    public void StartBoot()
    View Source

    Step(String)

    Declaration
    public IDisposable? Step(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    System.Nullable<IDisposable>
    View Source

    Stop(Boolean)

    Declaration
    public void Stop(bool discardResults = false)
    Parameters
    Type Name Description
    System.Boolean discardResults
    View Source

    StopBoot()

    Declaration
    public void StopBoot()
    View Source

    UmbracoApplicationBeginRequest(HttpContext, RuntimeLevel)

    Declaration
    public void UmbracoApplicationBeginRequest(HttpContext context, RuntimeLevel runtimeLevel)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Http.HttpContext context
    RuntimeLevel runtimeLevel
    View Source

    UmbracoApplicationEndRequest(HttpContext, RuntimeLevel)

    Declaration
    public void UmbracoApplicationEndRequest(HttpContext context, RuntimeLevel runtimeLevel)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Http.HttpContext context
    RuntimeLevel runtimeLevel
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • MiniProfilerContext
    • Methods
      • Start()
      • StartBoot()
      • Step(String)
      • Stop(Boolean)
      • StopBoot()
      • UmbracoApplicationBeginRequest(HttpContext, RuntimeLevel)
      • UmbracoApplicationEndRequest(HttpContext, RuntimeLevel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX