BaseValidator.IsUnobtrusive 속성

정의

컨트롤이 비간섭 JavaScript를 생성하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

컨트롤이 비간섭 JavaScript를 생성하면true 이고, 그렇지 않으면 false입니다.

설명

이 속성은 반환 false 경우는 UnobtrusiveValidationMode 속성 값이 None; 그렇지 않으면이 속성 반환 true 합니다.

적용 대상