UsePathBaseMiddleware Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |