Property | Type | Description |
---|
Method | Description | |
---|---|---|
Complete ( PathValue value ) : Falcor.Server.Routing.RouteHandlerResult | ||
Path ( FalcorPath path ) : IPathValueBuilder | ||
RouteAsync ( |
Method | Description | |
---|---|---|
Complete ( IEnumerable |
||
Error ( string error = null ) : Falcor.Server.Routing.RouteHandlerResult | ||
FalcorRouter ( ) : System.Collections.Generic | ||
Path ( ) : IPathValueBuilder |
protected static Complete ( IEnumerable |
||
values | IEnumerable |
|
return | Falcor.Server.Routing.RouteHandlerResult |
public static Complete ( PathValue value ) : Falcor.Server.Routing.RouteHandlerResult | ||
value | PathValue | |
return | Falcor.Server.Routing.RouteHandlerResult |
protected static Error ( string error = null ) : Falcor.Server.Routing.RouteHandlerResult | ||
error | string | |
return | Falcor.Server.Routing.RouteHandlerResult |
protected FalcorRouter ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
protected static Path ( ) : IPathValueBuilder | ||
return | IPathValueBuilder |
public static Path ( FalcorPath path ) : IPathValueBuilder | ||
path | FalcorPath | |
return | IPathValueBuilder |
public RouteAsync ( |
||
request | ||
return | Task |