C# Class Simplify.Web.Routing.RouteMatchResult

Provides HTTP route matching result
Inheritance: IRouteMatchResult
Exibir arquivo Open project: i4004/Simplify.Web

Public Methods

Method Description
RouteMatchResult ( bool matched = false, dynamic routeParameters = null )

Initializes a new instance of the RouteMatchResult class.

Method Details

RouteMatchResult() public method

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.