RouteHandler 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
支持实现针对给定路由执行的处理程序。
public ref class RouteHandler : Microsoft::AspNetCore::Routing::IRouteHandler, Microsoft::AspNetCore::Routing::IRouter
public class RouteHandler : Microsoft.AspNetCore.Routing.IRouteHandler, Microsoft.AspNetCore.Routing.IRouter
type RouteHandler = class
interface IRouteHandler
interface IRouter
Public Class RouteHandler
Implements IRouteHandler, IRouter
- 继承
-
RouteHandler
- 实现
构造函数
RouteHandler(RequestDelegate) |
构造新的 RouteHandler 实例。 |
方法
GetRequestHandler(HttpContext, RouteData) |
RequestDelegate根据提供的 |
GetVirtualPath(VirtualPathContext) |
返回与中提供的路由详细信息关联的 URL |
RouteAsync(RouteContext) |
基于当前 |