Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeLoginModel

    Represents a model containing the credentials required for logging into the Umbraco back office.

    Inheritance
    object
    Namespace: Umbraco.Cms.Api.Management
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    [BindProperties]
    public class BackOfficeLoginModel

    Constructors

    View Source

    BackOfficeLoginModel()

    Declaration
    public BackOfficeLoginModel()

    Properties

    View Source

    ReturnUrl

    Gets or sets the value of the "ReturnUrl" query parameter or defaults to the configured Umbraco directory.

    Declaration
    [FromQuery(Name = "ReturnUrl")]
    public string? ReturnUrl { get; set; }
    Property Value
    Type Description
    string
    View Source

    UmbracoUrl

    The configured Umbraco directory.

    Declaration
    public string? UmbracoUrl { get; set; }
    Property Value
    Type Description
    string
    View Source

    UserIsAlreadyLoggedIn

    Indicates whether the user is already logged in to the back office.

    Declaration
    public bool UserIsAlreadyLoggedIn { get; set; }
    Property Value
    Type Description
    bool
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX