ExtensibleModelBindingContext.PropertyMetadata Property

 

Gets the metadata for properties of the model.

Namespace:   Microsoft.Web.Mvc.ModelBinding
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Syntax

public IDictionary<string, ModelMetadata> PropertyMetadata { get; }
public:
property IDictionary<String^, ModelMetadata^>^ PropertyMetadata {
    IDictionary<String^, ModelMetadata^>^ get();
}
member PropertyMetadata : IDictionary<string, ModelMetadata> with get
Public ReadOnly Property PropertyMetadata As IDictionary(Of String, ModelMetadata)

Property Value

Type: System.Collections.Generic.IDictionary<StringModelMetadata>

Metadata for properties of the model.

See Also

ExtensibleModelBindingContext Class
Microsoft.Web.Mvc.ModelBinding Namespace

Return to top