RouterMiddleware 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.
Middleware responsible for routing.
public ref class RouterMiddleware
public class RouterMiddleware
type RouterMiddleware = class
Public Class RouterMiddleware
- Inheritance
-
RouterMiddleware
Constructors
RouterMiddleware(RequestDelegate, ILoggerFactory, IRouter) |
Constructs a new RouterMiddleware instance with a given |
Methods
Invoke(HttpContext) |
Evaluates the handler associated with the RouteContext
derived from |