In my MVC application, I dont want any user to type in the address bar of the browser and navigate to any controller action directly.Can I enable this for the whole application?if yes ,How? Can you please let me know the concept name ?
Also I dont want to do that through Request.URLReferrer
because it has its own security risks (per Avoiding user to navigate to a view by entering url in the browser)
Thanks in advance!