Page.IdSeparator 속성

정의

페이지에서 컨트롤의 고유 ID를 빌드할 때 컨트롤 식별자를 구분하는 데 사용되는 문자를 가져옵니다.

public:
 virtual property char IdSeparator { char get(); };
[System.ComponentModel.Browsable(false)]
public virtual char IdSeparator { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IdSeparator : char
Public Overridable ReadOnly Property IdSeparator As Char

속성 값

Char

컨트롤 식별자를 구분하는 데 사용되는 문자입니다. 기본값은 페이지를 렌더링하는 PageAdapter 인스턴스에 의해 설정됩니다. IdSeparator는 서버 쪽 필드이므로 수정해서는 안 됩니다.

특성

적용 대상

추가 정보