Method | Description | |
---|---|---|
GetAbsolutePath ( Expression |
||
GetRelativePath ( Expression |
||
GetURL ( Expression |
||
ParseRoute ( PathStack path ) : IHttpHandler | ||
RoutingEngine ( ) : System | ||
RoutingEngine ( IEnumerable |
||
TryParseSubRoute ( PathStack path, object controller, |
Method | Description | |
---|---|---|
GetAssemblies ( ) : IEnumerable |
public GetAbsolutePath ( Expression |
||
action | Expression |
|
return | string |
public GetRelativePath ( Expression |
||
action | Expression |
|
return | string |
public ParseRoute ( PathStack path ) : IHttpHandler | ||
path | PathStack | |
return | IHttpHandler |
public RoutingEngine ( IEnumerable |
||
assemblies | IEnumerable |
|
return | System |
public TryParseSubRoute ( PathStack path, object controller, |
||
path | PathStack | |
controller | object | |
method | ||
args | object | |
return | bool |