Method MapPatch
MapPatch(string, Delegate)
Maps an PATCH route using the specified path and action function.
public void MapPatch(string path, Delegate action)
Parameters
MapPatch(string, RouteAction)
Maps an PATCH route using the specified path and action function.
public void MapPatch(string path, RouteAction action)
Parameters
pathstringThe route path.
actionRouteActionThe route function to be called after matched.
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語