MapMiddleware 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 maps a request path to a sub-request pipeline.
public ref class MapMiddleware
public class MapMiddleware
type MapMiddleware = class
Public Class MapMiddleware
- Inheritance
-
MapMiddleware
Constructors
| Name | Description |
|---|---|
| MapMiddleware(RequestDelegate, MapOptions) |
Creates a new instance of MapMiddleware. |
Methods
| Name | Description |
|---|---|
| Invoke(HttpContext) |
Executes the middleware. |