INamedRouter 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
具有名称的 的 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 |
RouteAsync(RouteContext) |
基于当前 |