Share via


ModelExplorer.Properties Propiedad

Definición

Obtiene las propiedades .

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)

Valor de propiedad

Comentarios

Incluye un ModelExplorer para cada propiedad de ModelMetadata para ModelType.

Se aplica a