ComplexModel.Results Property
.NET Framework (current version)
Gets a collection that contains entries that correspond to each property for which binding was attempted.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Collections.Generic.IDictionary<ModelMetadata, ComplexModelResult>Metadata for model properties for which model binding was attempted.
If binding fails for a property, the entry's value will be null. If binding is not attempted for a property, the dictionary will not contain an entry for that property.
.NET Framework
Available since 4.5
Available since 4.5
Show: