ModelBindingContext.PropertyMetadata Property

Gets the property metadata.

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

function get PropertyMetadata () : IDictionary<String, ModelMetadata>

Property Value

Type: System.Collections.Generic.IDictionary(String, ModelMetadata)
The property metadata.
Show: