Method MapPut
MapPut(string, RouteAction)
Maps an PUT route using the specified path and action function.
public void MapPut(string path, RouteAction action)
Parameters
path
stringThe route path.
action
RouteActionThe route function to be called after matched.