DefaultModelMetadata.BindingMetadata Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the BindingMetadata for the current instance.
public:
 property Microsoft::AspNetCore::Mvc::ModelBinding::Metadata::BindingMetadata ^ BindingMetadata { Microsoft::AspNetCore::Mvc::ModelBinding::Metadata::BindingMetadata ^ get(); };public Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.BindingMetadata BindingMetadata { get; }member this.BindingMetadata : Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.BindingMetadataPublic ReadOnly Property BindingMetadata As BindingMetadataProperty Value
Remarks
Accessing this property will populate the BindingMetadata if necessary.