Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeAuthorizationInitializationMiddleware

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

    Constructors

    View Source

    BackOfficeAuthorizationInitializationMiddleware(UmbracoRequestPaths, IServiceProvider)

    Declaration
    public BackOfficeAuthorizationInitializationMiddleware(UmbracoRequestPaths umbracoRequestPaths, IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    UmbracoRequestPaths umbracoRequestPaths
    IServiceProvider serviceProvider

    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)
    • Methods
      • InvokeAsync(HttpContext, RequestDelegate)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX