C# Класс Simplify.Web.Routing.RouteMatchResult

Provides HTTP route matching result
Наследование: IRouteMatchResult
Показать файл Открыть проект

Открытые методы

Метод Описание
RouteMatchResult ( bool matched = false, dynamic routeParameters = null )

Initializes a new instance of the RouteMatchResult class.

Описание методов

RouteMatchResult() публичный Метод

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.