How can I prevent an application from rendering the viewscript with any parameters.
So if I have something that is
http://www.mywebsite.com/myapplication/mycontroller/some/params
How can i stop it, so that no matter what comes after the controller it won’t load the view script. I have been able to do this in the actions, but I want to do it for all actions.
This is what I had to do to get it do what I want: