Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallController

    The Installation controller

    Inheritance
    System.Object
    Microsoft.AspNetCore.Mvc.ControllerBase
    Microsoft.AspNetCore.Mvc.Controller
    Namespace: Umbraco.Cms.Web.BackOffice.Install
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    [InstallAuthorize]
    [Area("UmbracoInstall")]
    public class InstallController : Controller, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable

    Constructors

    View Source

    InstallController(IBackOfficeSecurityAccessor, InstallHelper, IRuntimeState, IOptions<GlobalSettings>, IRuntimeMinifier, IHostingEnvironment, IUmbracoVersion, ILogger<InstallController>, LinkGenerator)

    Declaration
    public InstallController(IBackOfficeSecurityAccessor backofficeSecurityAccessor, InstallHelper installHelper, IRuntimeState runtime, IOptions<GlobalSettings> globalSettings, IRuntimeMinifier runtimeMinifier, IHostingEnvironment hostingEnvironment, IUmbracoVersion umbracoVersion, ILogger<InstallController> logger, LinkGenerator linkGenerator)
    Parameters
    Type Name Description
    IBackOfficeSecurityAccessor backofficeSecurityAccessor
    InstallHelper installHelper
    IRuntimeState runtime
    Microsoft.Extensions.Options.IOptions<GlobalSettings> globalSettings
    IRuntimeMinifier runtimeMinifier
    IHostingEnvironment hostingEnvironment
    IUmbracoVersion umbracoVersion
    Microsoft.Extensions.Logging.ILogger<InstallController> logger
    Microsoft.AspNetCore.Routing.LinkGenerator linkGenerator

    Methods

    View Source

    Index()

    Declaration
    [HttpGet]
    [StatusCodeResult(HttpStatusCode.ServiceUnavailable)]
    public async Task<ActionResult> Index()
    Returns
    Type Description
    Task<Microsoft.AspNetCore.Mvc.ActionResult>
    View Source

    Redirect()

    Declaration
    [HttpGet]
    public ActionResult Redirect()
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.ActionResult
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • InstallController(IBackOfficeSecurityAccessor, InstallHelper, IRuntimeState, IOptions<GlobalSettings>, IRuntimeMinifier, IHostingEnvironment, IUmbracoVersion, ILogger<InstallController>, LinkGenerator)
    • Methods
      • Index()
      • Redirect()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX