Asp.net Core MVC and CslaModelBinderProvider? #2914
Unanswered
hoangcuongvn
asked this question in
Questions
Replies: 2 comments 4 replies
-
You probably do still need |
Beta Was this translation helpful? Give feedback.
0 replies
-
Where can I add |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Csla 5, we had to add
CslaModelBinderProvider
into MVC'sModelBinderProviders
as the code below:Now in the latest Csla 6, the
CslaModelBinderProvider
class no longer has its empty constructor method and we cannot use the code above. Do we still need to addCslaModelBinderProvider
in Csla 6 and how? Or is it automatically done somewhere?Beta Was this translation helpful? Give feedback.
All reactions