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 ReadOnly Property PropertyMetadata As IDictionary(Of String, ModelMetadata)

Property Value

Type: System.Collections.Generic.IDictionary(Of String, ModelMetadata)

Metadata for properties of the model.

.NET Framework
Available since 4.5
Return to top
Show: