C# 클래스 Simplify.Web.Routing.RouteMatchResult

Provides HTTP route matching result
상속: IRouteMatchResult
파일 보기 프로젝트 열기: i4004/Simplify.Web

공개 메소드들

메소드 설명
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.