Property | Type | Description | |
---|---|---|---|
ControllerType | |||
HandlerInfo | |||
HandlerParameters | ParameterInfo>.Dictionary | ||
Parameters | string[] | ||
Path | string | ||
PathParser | |||
PathTester |
Method | Description | |
---|---|---|
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 | |
return |
public static GetParameters ( string path ) : string[] | ||
path | string | |
return | string[] |
public Route ( string path, string methodName, |
||
path | string | |
methodName | string | |
controllerType | ||
return | System |
public TryExecute ( IContext context, System.Action next ) : bool | ||
context | IContext | |
next | System.Action | |
return | bool |
public MethodInfo,System.Reflection HandlerInfo | ||
return |
public Dictionary |
||
return | ParameterInfo>.Dictionary |
public static Regex,System.Text.RegularExpressions PathParser | ||
return |