Can anyone help me filtering URL parameters because I just can't find correct answer for that.
So lets say I have URL like this Custom/Action/FirstParm/2
If I have last parameter only 1,2,3 ids in database and I manually enter 10 in URL I want to be redirected somewhere as default. How can I achieve this?
Thanks.