You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2022. It is now read-only.
I have create a simple MVC project and I am POSTing a DateTime value.
My model is never validated when I use your CultureSensitiveActionFilterAttribute to set the culture.
It seem that Model binding is exceuted before the action filter. The solution seems to create an IControllerActivator instead of an Action Filter. It would be great if you add the activator inside your nuget package.