I created method which is converting non english word to english but i would like to do same on url requests.
For Example: If user can write % on browser's address bar, i would like to delete it automatically and than show new url. I think i need to define special characters and i already have and than what we need to do?
Any suggestions?
UPDATED Question
Do you have any idea how can we do in routeurl?
It's important if user writes custom words in browser's address bar. Can we do this in Global.asax or Page Load? or maybe need to add an override metod?