ModelBindingContext.Model 속성

정의

모델을 가져오거나 설정합니다.

public:
 property System::Object ^ Model { System::Object ^ get(); void set(System::Object ^ value); };
public object Model { get; set; }
member this.Model : obj with get, set
Public Property Model As Object

속성 값

모델입니다.

예외

이 속성에 액세스하기 전에 모델 메타데이터를 설정해야 합니다.

적용 대상