RouteCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
複数のルートのコレクションの管理をサポートします。
public ref class RouteCollection : Microsoft::AspNetCore::Routing::IRouteCollection, Microsoft::AspNetCore::Routing::IRouter
public class RouteCollection : Microsoft.AspNetCore.Routing.IRouteCollection, Microsoft.AspNetCore.Routing.IRouter
type RouteCollection = class
interface IRouteCollection
interface IRouter
Public Class RouteCollection
Implements IRouteCollection, IRouter
- 継承
-
RouteCollection
- 実装
コンストラクター
RouteCollection() |
複数のルートのコレクションの管理をサポートします。 |
プロパティ
Count |
コレクションに登録されているルートの合計数を取得します。 |
Item[Int32] |
特定のインデックスにあるルートを取得します。 |
メソッド
Add(IRouter) |
で |
GetVirtualPath(VirtualPathContext) |
で指定されたルートの詳細に関連付けられている URL を返します |
RouteAsync(RouteContext) |
現在 |