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
属性值
如果该控件经过注册,则为 true;否则为 false。true if the control has been registered; otherwise, false.