Property Method
Method
Gets or sets the matching HTTP method. If it is "Any", the route will just use the path expression to be matched, not the HTTP method.
public RouteMethod Method { get; set; }
Gets or sets the matching HTTP method. If it is "Any", the route will just use the path expression to be matched, not the HTTP method.
public RouteMethod Method { get; set; }