IRouteCollection 接口

定义

支持追加新路由的路由器的接口。

public interface class IRouteCollection : Microsoft::AspNetCore::Routing::IRouter
public interface IRouteCollection : Microsoft.AspNetCore.Routing.IRouter
type IRouteCollection = interface
    interface IRouter
Public Interface IRouteCollection
Implements IRouter
派生
实现

方法

Add(IRouter)

追加 在 中 router定义的路由的集合。

GetVirtualPath(VirtualPathContext)

返回与 中提供的路由详细信息关联的 URL context

(继承自 IRouter)
RouteAsync(RouteContext)

基于当前 context异步路由。

(继承自 IRouter)

适用于