Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeDefaultController

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.Controllers.Security
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class BackOfficeDefaultController : Controller

    Constructors

    View Source

    BackOfficeDefaultController()

    Declaration
    public BackOfficeDefaultController()
    View Source

    BackOfficeDefaultController(IRuntime)

    Declaration
    public BackOfficeDefaultController(IRuntime umbracoRuntime)
    Parameters
    Type Name Description
    IRuntime umbracoRuntime

    Methods

    View Source

    DefaultView()

    Returns the default view for the BackOffice

    Declaration
    public ViewResult DefaultView()
    Returns
    Type Description
    ViewResult

    The default view currently /umbraco/UmbracoBackOffice/Default.cshtml

    View Source

    Index(CancellationToken)

    Declaration
    public async Task<IActionResult> Index(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BackOfficeDefaultController()
      • BackOfficeDefaultController(IRuntime)
    • Methods
      • DefaultView()
      • Index(CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX