Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeAuthorizationInitializationMiddleware

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.Middleware
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class BackOfficeAuthorizationInitializationMiddleware : IMiddleware

    Constructors

    View Source

    BackOfficeAuthorizationInitializationMiddleware(UmbracoRequestPaths, IServiceProvider, IRuntimeState)

    Declaration
    public BackOfficeAuthorizationInitializationMiddleware(UmbracoRequestPaths umbracoRequestPaths, IServiceProvider serviceProvider, IRuntimeState runtimeState)
    Parameters
    Type Name Description
    UmbracoRequestPaths umbracoRequestPaths
    IServiceProvider serviceProvider
    IRuntimeState runtimeState
    View Source

    BackOfficeAuthorizationInitializationMiddleware(UmbracoRequestPaths, IServiceProvider, IRuntimeState, IOptions<GlobalSettings>, IOptions<WebRoutingSettings>, IHostingEnvironment)

    Declaration
    public BackOfficeAuthorizationInitializationMiddleware(UmbracoRequestPaths umbracoRequestPaths, IServiceProvider serviceProvider, IRuntimeState runtimeState, IOptions<GlobalSettings> globalSettings, IOptions<WebRoutingSettings> webRoutingSettings, IHostingEnvironment hostingEnvironment)
    Parameters
    Type Name Description
    UmbracoRequestPaths umbracoRequestPaths
    IServiceProvider serviceProvider
    IRuntimeState runtimeState
    IOptions<GlobalSettings> globalSettings
    IOptions<WebRoutingSettings> webRoutingSettings
    IHostingEnvironment hostingEnvironment

    Methods

    View Source

    InvokeAsync(HttpContext, RequestDelegate)

    Declaration
    public async Task InvokeAsync(HttpContext context, RequestDelegate next)
    Parameters
    Type Name Description
    HttpContext context
    RequestDelegate next
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BackOfficeAuthorizationInitializationMiddleware(UmbracoRequestPaths, IServiceProvider, IRuntimeState)
      • BackOfficeAuthorizationInitializationMiddleware(UmbracoRequestPaths, IServiceProvider, IRuntimeState, IOptions<GlobalSettings>, IOptions<WebRoutingSettings>, IHostingEnvironment)
    • Methods
      • InvokeAsync(HttpContext, RequestDelegate)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX