INamedRouter 接口

定义

具有名称的 的 IRouter 接口。

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

属性

Name

路由器的名称。 可以为 null。

方法

GetVirtualPath(VirtualPathContext)

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

(继承自 IRouter)
RouteAsync(RouteContext)

基于当前 context异步路由。

(继承自 IRouter)

适用于