ModelExplorer.Properties 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 properties.
public:
property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^> ^ Properties { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer> Properties { get; }
member this.Properties : seq<Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer>
Public ReadOnly Property Properties As IEnumerable(Of ModelExplorer)
Property Value
Remarks
Includes a ModelExplorer for each property of the ModelMetadata for ModelType.