ModelBindingContext ModelName
Posted
by user195910
on Stack Overflow
See other posts from Stack Overflow
or by user195910
Published on 2010-03-25T20:50:43Z
Indexed on
2010/03/25
20:53 UTC
Read the original article
Hit count: 286
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);
© Stack Overflow or respective owner