asp.net mvc 3 - MVC ActionMethod Controller events? -


is there event fired prior action method being called in controller? have common 'page control' specific variables passed client server in acton methods , benefit hanlder allow me retrieve these values , map them own data structures before action method executed. kind of viewstate mechanism.

j.

is there event fired prior action method being called in controller?

you override onactionexecuting method. more reusable solution write custom action filter , decorate controllers/actions or declare global action filter applies controllers , actions in application.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -