Appearance
The primary goal of the Router is to execute a delegate based on the Method and Url.
Router
delegate
Method
Url
/// <summary> /// Public Property List of all declared and handle Routes /// </summary> public List<Route> Routes { get; private set; }
See more examples.