UsePathBaseMiddleware Class

Definition

Represents a middleware that extracts the specified path base from request path and postpend it to the request path base.

public ref class UsePathBaseMiddleware
public class UsePathBaseMiddleware
type UsePathBaseMiddleware = class
Public Class UsePathBaseMiddleware
Inheritance
UsePathBaseMiddleware

Constructors

UsePathBaseMiddleware(RequestDelegate, PathString)

Creates a new instance of UsePathBaseMiddleware.

Methods

Invoke(HttpContext)

Executes the middleware.

Applies to