메소드 | 설명 | |
---|---|---|
GetRoutes ( |
Returns the steam controller routes for the provided controller.
|
메소드 | 설명 | |
---|---|---|
GetControllerMethod ( |
Returns the ControllerRoute.Invoker for the provided method.
|
|
GetRoutePrefix ( |
Returns the RoutePrefixAttribute value for the provided type.
|
|
GetRouteSuffixTemplate ( |
Returns the RouteAttribute.Route value for the provided method.
|
|
GetStreamMethods ( |
Returns the steam controller methods for the provided type.
|
|
IsStreamMethod ( |
Returns
|
|
JoinRouteParts ( ) : string |
Returns the joined route for the provided values.
|
public static GetRoutes ( |
||
controller | /// The controller type. /// | |
settings | /// The settings. /// | |
리턴 | ControllerRoute>.IDictionary |