ComplexModel.Results Property

.NET Framework (current version)
 

Gets a collection that contains entries that correspond to each property for which binding was attempted.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

public IDictionary<ModelMetadata, ComplexModelResult> Results { get; private set; }

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
Return to top
Show: