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) |
根據目前的 |