InterviewSolution
Saved Bookmarks
| 1. |
What are Model Binders in ASP.Net 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". |
|