C#C
C#2y ago
Alex

Storage for http request routes

In the method to search route I'll provide "Method" and "Path". Is there a better way to store routes that Dictionary<string,Dictionary<string,delegate>>?
Was this page helpful?