Method MapAny
MapAny(string, RouteAction)
Maps an route which matches any HTTP method, using the specified path and action function.
public void MapAny(string path, RouteAction action)
Parameters
path
stringThe route path.
action
RouteActionThe route function to be called after matched.