Appearance
The primary goal of the Router is to execute delegate depending on 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; }