ModelExplorer.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)

属性值

注解

ModelExplorer包括 的 的每个属性ModelMetadataModelType

适用于