IRouteCollection インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しいルートの追加をサポートするルーターのインターフェイス。
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) |
で |
GetVirtualPath(VirtualPathContext) |
で指定されたルートの詳細に関連付けられている URL を返します |
RouteAsync(RouteContext) |
現在 |