IBindingSourceMetadata.BindingSource 속성

정의

BindingSource를 가져옵니다.

public:
 property Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ BindingSource { Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ get(); };
public Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource BindingSource { get; }
public Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource? BindingSource { get; }
member this.BindingSource : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource
Public ReadOnly Property BindingSource As BindingSource

속성 값

설명

BindingSource 속성 또는 매개 변수의 모델 바인딩에 유효한 데이터 원본을 확인하는 데 사용할 수 있는 메타데이터입니다.

적용 대상