View Source
Class BackOfficeLoginController
Inheritance
System.Object
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
Returns
| Type |
Description |
| Task<IActionResult> |
|