h1.post-title { color:orange; font-family:verdana,Arial; font-weight:bold; padding-bottom:5px; text-shadow:#64665b 0px 1px 1px; font-size:32px; } -->

Pages

Define MVC Action Filters

Define MVC Action Filters
Action Filters are used in cases where we need to perform some logic either before an action method is called or after an action method runs.