Method Any
Any(string, RouteAction)
Creates a route that responds to any HTTP request method.
public static Route Any(string path, RouteAction action)
Parameters
path
stringThe URL path for the route.
action
RouteActionThe action to be executed when the route is matched.