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