Method MapAny
Namespace: Sisk.Core.Routing
Assembly: Sisk.Core.dll
MapAny(string, Delegate)
Maps an route which matches any HTTP method, using the specified path and action function.
public void MapAny(string path, Delegate action)
Parameters
path string
The route path.
action Delegate
The route function to be called after matched.
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 string
The route path.
action RouteAction
The route function to be called after matched.
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語