DefaultModelMetadata.DisplayMetadata 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 DisplayMetadata for the current instance.
public:
property Microsoft::AspNetCore::Mvc::ModelBinding::Metadata::DisplayMetadata ^ DisplayMetadata { Microsoft::AspNetCore::Mvc::ModelBinding::Metadata::DisplayMetadata ^ get(); };
public Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DisplayMetadata DisplayMetadata { get; }
member this.DisplayMetadata : Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DisplayMetadata
Public ReadOnly Property DisplayMetadata As DisplayMetadata
Property Value
Remarks
Accessing this property will populate the DisplayMetadata if necessary.