ModelBindingContext.PropertyMetadata Property

.NET Framework (current version)
 

Gets metadata for properties of the model.

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

public IDictionary<string, ModelMetadata> PropertyMetadata { get; }

Property Value

Type: System.Collections.Generic.IDictionary<String, ModelMetadata>

Metadata for properties of the model.

.NET Framework
Available since 4.5
Return to top
Show: