This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private static IEnumerable<string> GetRouteParameters(RouteAttribute route) | |
{ | |
for (int i = 0; i < route.Template.Length; i++) | |
{ | |
if (route.Template[i] != '{') | |
continue; | |
i++; | |
for (int j = i; j < route.Template.Length; j++) | |
{ | |
if (route.Template[j] != '}') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am jdluzen on github. | |
* I am jdluzen (https://keybase.io/jdluzen) on keybase. | |
* I have a public key ASD5TnJc-9sUyL-TBKeMYLO3roHEZXPLn_P1yExXX4C7Ugo | |
To claim this, I am signing this object: |