Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebProfilingController

    The API controller used to display the state of the web profiler

    Inheritance
    System.Object
    Microsoft.AspNetCore.Mvc.ControllerBase
    UmbracoApiControllerBase
    UmbracoApiController
    UmbracoAuthorizedApiController
    UmbracoAuthorizedJsonController
    Namespace: Umbraco.Cms.Web.BackOffice.Profiling
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    [PluginController("UmbracoApi")]
    [Authorize(Policy = "SectionAccessSettings")]
    public class WebProfilingController : UmbracoAuthorizedJsonController, IUmbracoFeature, IDiscoverable

    Constructors

    View Source

    WebProfilingController(IHostingEnvironment)

    Declaration
    public WebProfilingController(IHostingEnvironment hosting)
    Parameters
    Type Name Description
    IHostingEnvironment hosting

    Methods

    View Source

    GetStatus()

    Declaration
    public object GetStatus()
    Returns
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • WebProfilingController(IHostingEnvironment)
    • Methods
      • GetStatus()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX