Skip to content

Instantly share code, notes, and snippets.

@guntidheerajkumar
Created November 6, 2015 06:10
Show Gist options
  • Save guntidheerajkumar/2b08d5ec7fcb565c7687 to your computer and use it in GitHub Desktop.
Save guntidheerajkumar/2b08d5ec7fcb565c7687 to your computer and use it in GitHub Desktop.
public override void OnActionExecuting(ActionExecutingContext filterContext)
{
base.OnActionExecuting(filterContext);
}
public override void OnActionExecuted(ActionExecutedContext filterContext)
{
base.OnActionExecuted(filterContext);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment