C# 클래스 CK.RouteConfig.RouteConfigurationResult

Encapsulates the resolution of routes configuration: the RouteConfiguration.Resolve method computes it.
파일 보기 프로젝트 열기: Invenietis/ck-core 1 사용 예제들

공개 메소드들

메소드 설명
FindSubRouteByName ( string name ) : SubRouteConfigurationResolved

Finds a subordinated route by its name.

비공개 메소드들

메소드 설명
RouteConfigurationResult ( RouteConfigurationResolved root, SubRouteConfigurationResolved>.Dictionary namedSubRoutes ) : System

메소드 상세

FindSubRouteByName() 공개 메소드

Finds a subordinated route by its name.
public FindSubRouteByName ( string name ) : SubRouteConfigurationResolved
name string Name of the route.
리턴 SubRouteConfigurationResolved