C# Class Simplify.Web.Routing.RouteMatchResult

Provides HTTP route matching result
Inheritance: IRouteMatchResult
Afficher le fichier Open project: i4004/Simplify.Web

Méthodes publiques

Méthode Description
RouteMatchResult ( bool matched = false, dynamic routeParameters = null )

Initializes a new instance of the RouteMatchResult class.

Method Details

RouteMatchResult() public méthode

Initializes a new instance of the RouteMatchResult class.
public RouteMatchResult ( bool matched = false, dynamic routeParameters = null )
matched bool if set to true then it means what matchind was successfull.
routeParameters dynamic The route parameters.