프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ControllerType | |||
HandlerInfo | |||
HandlerParameters | ParameterInfo>.Dictionary | ||
Parameters | string[] | ||
Path | string | ||
PathParser | |||
PathTester |
메소드 | 설명 | |
---|---|---|
CreatePathTester ( string path ) : |
||
GetParameters ( string path ) : string[] | ||
Route ( string path, string methodName, |
||
TryExecute ( IContext context, System.Action next ) : bool |
public static CreatePathTester ( string path ) : |
||
path | string | |
리턴 |
public static GetParameters ( string path ) : string[] | ||
path | string | |
리턴 | string[] |
public Route ( string path, string methodName, |
||
path | string | |
methodName | string | |
controllerType | ||
리턴 | System |
public TryExecute ( IContext context, System.Action next ) : bool | ||
context | IContext | |
next | System.Action | |
리턴 | bool |
public MethodInfo,System.Reflection HandlerInfo | ||
리턴 |
public static Regex,System.Text.RegularExpressions PathParser | ||
리턴 |