ModelBindingContext ModelName
- by user195910
Can anyone explain where the ModelName gets populated from?
Looked in MSDN documentation and no explaination here.
I am creating a custom model binder and within it I get null for the following:
var result = bindingContext.ModelName);