IRouter 接口

定义

用于实现路由器的接口。

public interface class IRouter
public interface IRouter
type IRouter = interface
Public Interface IRouter
派生

方法

GetVirtualPath(VirtualPathContext)

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

RouteAsync(RouteContext)

基于当前 context异步路由。

适用于