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)

속성 값

모델 바인딩을 시도한 모델 속성에 대한 메타데이터입니다.

설명

속성에 대한 바인딩이 실패하면 항목의 값이 됩니다 null. 속성에 대한 바인딩을 시도하지 않으면 사전에 해당 속성에 대한 항목이 포함되지 않습니다.

적용 대상