C# Класс ActivEarth.SiteNotLoggedIn

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
UserLogOut ( object sender, EventArgs e ) : void

Описание методов

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

UserLogOut() защищенный Метод

protected UserLogOut ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

Form1 защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlForm

Head1 защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlHead

HeadContent защищенное свойство

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
Результат global::System.Web.UI.WebControls.ContentPlaceHolder

Img1 защищенное свойство

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
Результат global::System.Web.UI.WebControls.Image

MainContent защищенное свойство

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
Результат global::System.Web.UI.WebControls.ContentPlaceHolder

hlLogin защищенное свойство

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
Результат global::System.Web.UI.WebControls.HyperLink

hlRegister защищенное свойство

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
Результат global::System.Web.UI.WebControls.HyperLink

lbLogOut защищенное свойство

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
Результат global::System.Web.UI.WebControls.LinkButton

lblUserLoggedIn защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label