ComplexModel.Results 属性

定义

获取包含项的集合,这些项对应的每个属性都是绑定尝试的。

public:
 property System::Collections::Generic::IDictionary<System::Web::ModelBinding::ModelMetadata ^, System::Web::ModelBinding::ComplexModelResult ^> ^ Results { System::Collections::Generic::IDictionary<System::Web::ModelBinding::ModelMetadata ^, System::Web::ModelBinding::ComplexModelResult ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Web.ModelBinding.ModelMetadata,System.Web.ModelBinding.ComplexModelResult> Results { get; }
member this.Results : System.Collections.Generic.IDictionary<System.Web.ModelBinding.ModelMetadata, System.Web.ModelBinding.ComplexModelResult>
Public ReadOnly Property Results As IDictionary(Of ModelMetadata, ComplexModelResult)

属性值

IDictionary<ModelMetadata,ComplexModelResult>

模型属性已尝试模型绑定的元数据。

注解

如果某个属性的绑定失败,则该项的值将为 null 。 如果没有为属性尝试绑定,则字典将不包含该属性的项。

适用于