Class RouteMatch
Represents the result of a route matching operation.
public sealed class RouteMatch
- Inheritance
-
RouteMatch
- Inherited Members
Properties
- Parameters
Gets a collection of parameters extracted from the route, or null if the route matching operation was not successful.
- Success
Gets a value indicating whether the route matching operation was successful.