Page.IsPostBackEventControlRegistered 속성

정의

포스트백을 수행하는 페이지의 컨트롤이 등록되었는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsPostBackEventControlRegistered { bool get(); };
public bool IsPostBackEventControlRegistered { get; }
member this.IsPostBackEventControlRegistered : bool
Public ReadOnly Property IsPostBackEventControlRegistered As Boolean

속성 값

컨트롤이 등록되어 있으면

적용 대상