IRouteHandler Interface
Definition
Defines a contract for a handler of a route.
public interface class IRouteHandler
public interface IRouteHandler
type IRouteHandler = interface
Public Interface IRouteHandler
- Derived
Methods
GetRequestHandler(HttpContext, RouteData) |
Gets a RequestDelegate to handle the request, based on the provided
|