C# Class ActivEarth.SiteNotLoggedIn

Afficher le fichier Open project: mlcamilli/ActivEarth

Protected Properties

Свойство Type Description
Form1 global::System.Web.UI.HtmlControls.HtmlForm
Head1 global::System.Web.UI.HtmlControls.HtmlHead
HeadContent global::System.Web.UI.WebControls.ContentPlaceHolder
Img1 global::System.Web.UI.WebControls.Image
MainContent global::System.Web.UI.WebControls.ContentPlaceHolder
hlLogin global::System.Web.UI.WebControls.HyperLink
hlRegister global::System.Web.UI.WebControls.HyperLink
lbLogOut global::System.Web.UI.WebControls.LinkButton
lblUserLoggedIn global::System.Web.UI.WebControls.Label

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
UserLogOut ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

UserLogOut() protected méthode

protected UserLogOut ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

Form1 protected_oe property

Form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm Form1
Résultat global::System.Web.UI.HtmlControls.HtmlForm

Head1 protected_oe property

Head1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlHead Head1
Résultat global::System.Web.UI.HtmlControls.HtmlHead

HeadContent protected_oe property

HeadContent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder HeadContent
Résultat global::System.Web.UI.WebControls.ContentPlaceHolder

Img1 protected_oe property

Img1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image Img1
Résultat global::System.Web.UI.WebControls.Image

MainContent protected_oe property

MainContent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder MainContent
Résultat global::System.Web.UI.WebControls.ContentPlaceHolder

hlLogin protected_oe property

hlLogin control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink hlLogin
Résultat global::System.Web.UI.WebControls.HyperLink

hlRegister protected_oe property

hlRegister control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink hlRegister
Résultat global::System.Web.UI.WebControls.HyperLink

lbLogOut protected_oe property

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

lblUserLoggedIn protected_oe property

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