onactionexecuted Questions
5
I am trying to do some stuff after my controller is done with the action at OnActionExecuted.
However the method is called twice.
My filter method
public class TestFilter: ActionFilterAttribute
{...
Mannikin asked 26/11, 2013 at 14:22
2
I have an ActionFilter with an override on the OnActionExecuted method. The filterContext.Controller.ViewData.Model is always null on a POST operation. I did find the following article that seems t...
Heinie asked 27/5, 2011 at 16:24
1
© 2022 - 2024 — McMap. All rights reserved.