C# Class AJH.CMS.WEB.UI.Admin.Logout_UC

Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
lblUserName global::System.Web.UI.WebControls.Label
lbtnLogout global::System.Web.UI.WebControls.LinkButton

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
Logout_UC_Load ( object sender, EventArgs e ) : void
lbtnLogout_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

Property Details

lblUserName protected property

lblUserName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblUserName
return global::System.Web.UI.WebControls.Label

lbtnLogout protected property

lbtnLogout control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton lbtnLogout
return global::System.Web.UI.WebControls.LinkButton