public RouteProvider when(string path, RouteMap route)
 {
     return(this);
 }
Example #2
0
 public RouteProvider when(string path, RouteMap route)
 {
    return this;
 }
 public RouteProvider otherwise(RouteMap route)
 {
     return(this);
 }
Example #4
0
 public RouteProvider otherwise(RouteMap route)
 {
    return this;
 }