1 implementation of GetModelName
System.Web (1)
ModelBinding\ValueProviderSourceAttribute.cs (1)
12public virtual string GetModelName() {
1 reference to GetModelName
System.Web (1)
UI\WebControls\ModelDataSourceView.cs (1)
1096string name = ((IModelNameProvider)valueProviderAttribute).GetModelName();