in default asp.net mvc routing the address is something like this: http://domainname/Controllername/ActionName
my question is: can I encode the controller name and the action name in the previous URL?
in default asp.net mvc routing the address is something like this: http://domainname/Controllername/ActionName
my question is: can I encode the controller name and the action name in the previous URL?