BindInputElementAttribute 클래스

정의

HTML input 요소의 하위 형식을 바인딩하는 옵션을 구성합니다.

public ref class BindInputElementAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class BindInputElementAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type BindInputElementAttribute = class
    inherit Attribute
Public NotInheritable Class BindInputElementAttribute
Inherits Attribute
상속
BindInputElementAttribute
특성

생성자

BindInputElementAttribute(String, String, String, String, Boolean, String)

의 instance 생성합니다BindInputElementAttribute.

속성

ChangeAttribute

연결된 변경 이벤트를 등록할 특성의 이름을 가져옵니다.

Format

값을 변환할 때 사용할 선택적 형식을 가져옵니다.

IsInvariantCulture

바인딩에서 또는 CurrentCulture을 사용할 InvariantCulture 지 여부를 결정하는 값을 가져옵니다.

Suffix

접미사 값을 가져옵니다.

Type

요소 type 특성의 값을 가져옵니다.

ValueAttribute

바인딩할 값 특성의 이름을 가져옵니다.

적용 대상