BaseDataBoundControl.IsUsingModelBinders 속성

정의

파생 클래스에서 구현된 경우 컨트롤이 모델 바인더를 사용 중인지 여부를 나타내는 값을 가져옵니다.

protected:
 virtual property bool IsUsingModelBinders { bool get(); };
protected virtual bool IsUsingModelBinders { get; }
member this.IsUsingModelBinders : bool
Protected Overridable ReadOnly Property IsUsingModelBinders As Boolean

속성 값

컨트롤에서 모델 바인더를 사용 중이면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

적용 대상