Can I associate an action parameter with a different name?
I want to use reserved words as parameters for an action, for example:
search?q=someQuery&in=location&for=x
The in and for values cannot be used as method parameter names. Is there a built-in function for this, or should I create a model binding?
Thanks.
elado source
share