Method Any
Namespace: Sisk.Core.Routing
Assembly: Sisk.Core.dll
Any(string, Delegate?)
Creates a route that responds to any HTTP request method.
public static Route Any(string path, Delegate? action)
Parameters
path string
The URL path for the route.
action Delegate?
The action to be executed when the route is matched.
Returns
A Route object configured for any request method.
Any(string, RouteAction)
Creates a route that responds to any HTTP request method.
public static Route Any(string path, RouteAction action)
Parameters
path string
The URL path for the route.
action RouteAction
The action to be executed when the route is matched.
Returns
A Route object configured for any request method.
                                    English
                                
                                    Русский
                                
                                    Português
                                
                                    Español
                                
                                    Deutsch
                                
                                    中文 (简体)
                                
                                    日本語