Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeLoginController

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

    Constructors

    View Source

    BackOfficeLoginController(IOptionsSnapshot<GlobalSettings>, IHostingEnvironment)

    Declaration
    public BackOfficeLoginController(IOptionsSnapshot<GlobalSettings> globalSettings, IHostingEnvironment hostingEnvironment)
    Parameters
    Type Name Description
    IOptionsSnapshot<GlobalSettings> globalSettings
    IHostingEnvironment hostingEnvironment

    Fields

    View Source

    LoginPath

    Declaration
    public const string LoginPath = "/umbraco/login"
    Field Value
    Type Description
    System.String

    Methods

    View Source

    Index(CancellationToken, BackOfficeLoginModel)

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