Class BackOfficeLoginModel
Inheritance
object
Namespace: Umbraco.Cms.Api.Management
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
[BindProperties]
public class 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
Declaration
public bool UserIsAlreadyLoggedIn { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |