コード例 #1
0
 public RouteRegistrationChain(string method, string path)
 {
     RouteEntry = new Route(method, path);
 }