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".

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".



Discussion

No Comment Found