If I want to make url like this:
www.site.com/UK/London/Jobs/98767
Routing url is like:
...
"{countryCode}/{city}/Jobs/{jobId}"
...
So here I need 4 parameters to build this url. Should I have all this four parameters in actionmethod whenever I call it?