Page.IsPostBackEventControlRegistered 属性

定义

获取一个值,该值指示页中执行回发的控件是否经过注册。Gets a value that indicates whether the control in the page that performs postbacks has been registered.

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

属性值

Boolean

如果该控件经过注册,则为 true;否则为 falsetrue if the control has been registered; otherwise, false.

适用于