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

Provides controller path parser
상속: IControllerPathParser
파일 보기 프로젝트 열기: i4004/Simplify.Web 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string controllerPath ) : IControllerPath

Parses the specified controller path.

비공개 메소드들

메소드 설명
ParseParameterType ( string typeData ) : Type

메소드 상세

Parse() 공개 메소드

Parses the specified controller path.
/// Bad controller path: + controllerPath /// or ///
public Parse ( string controllerPath ) : IControllerPath
controllerPath string The controller path.
리턴 IControllerPath