IRouteHandler Interface
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.
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
|