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 SourceBackOfficeLoginModel()
Declaration
public BackOfficeLoginModel()
Properties
View SourceReturnUrl
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 |
UmbracoUrl
The configured Umbraco directory.
Declaration
public string? UmbracoUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserIsAlreadyLoggedIn
Indicates whether the user is already logged in to the back office.
Declaration
public bool UserIsAlreadyLoggedIn { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |