C# Класс Chinook.UI.SiteMaster

Наследование: System.Web.UI.MasterPage
Показать файл Открыть проект

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

Свойство Тип Описание
HeadContent global::System.Web.UI.WebControls.ContentPlaceHolder
HeadLoginView global::System.Web.UI.WebControls.LoginView
MainContent global::System.Web.UI.WebControls.ContentPlaceHolder
NavigationMenu global::System.Web.UI.WebControls.Menu

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

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

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

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

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

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

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

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

HeadLoginView control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LoginView HeadLoginView
Результат global::System.Web.UI.WebControls.LoginView

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

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

NavigationMenu control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Menu NavigationMenu
Результат global::System.Web.UI.WebControls.Menu