RouteData Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about the current routing path.
public ref class RouteData
public class RouteData
type RouteData = class
Public Class RouteData
- Inheritance
-
RouteData
Route |
Creates a new instance of RouteData instance. |
Route |
Creates a new instance of RouteData instance with values copied from |
Route |
Creates a new instance of RouteData instance with the specified values. |
Data |
Gets the data tokens produced by routes on the current routing path. |
Routers |
Gets the list of IRouter instances on the current routing path. |
Values |
Gets the values produced by routes on the current routing path. |
Push |
Creates a snapshot of the current state of the RouteData before appending
Call Restore() to restore the state of this RouteData to the state at the time of calling PushState(IRouter, RouteValueDictionary, RouteValueDictionary). |
Produk | Versi |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |