InterviewSolution
Saved Bookmarks
| 1. |
What Are Model Binders In Mvc? |
|
Answer» For MODEL Binding we will use class called – “ModelBinders”, which GIVES access to all the model BINDERS in an application. We can CREATE a custom model binders by inheriting “IModelBinder”. For Model Binding we will use class called – “ModelBinders”, which gives access to all the model binders in an application. We can create a custom model binders by inheriting “IModelBinder”. |
|