ModelMetadata.BoundConstructor 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 ModelMetadata instance for a constructor of a record type that is used during binding and validation.
public:
virtual property Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^ BoundConstructor { Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^ get(); };
public virtual Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata? BoundConstructor { get; }
member this.BoundConstructor : Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
Public Overridable ReadOnly Property BoundConstructor As ModelMetadata