C# Класс PetShop.UI.Master

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

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

Свойство Тип Описание
Categories global::PetShop.UI.Controls.NavigationControl
breadCrumb global::PetShop.UI.Controls.BreadCrumbControl
btnSearch global::System.Web.UI.WebControls.ImageButton
cphPage global::System.Web.UI.WebControls.ContentPlaceHolder
form1 global::System.Web.UI.HtmlControls.HtmlForm
lgnName global::System.Web.UI.WebControls.LoginName
lgnStatus global::System.Web.UI.WebControls.LoginStatus
lgnView global::System.Web.UI.WebControls.LoginView
ltlHeader global::System.Web.UI.WebControls.Literal
panFocus global::System.Web.UI.WebControls.Panel
txtSearch global::System.Web.UI.WebControls.TextBox

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

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

Create page header on Page PreRender event

btnSearch_Click ( object sender, EventArgs e ) : void

Redirect to Search page

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

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

Create page header on Page PreRender event
protected Page_PreRender ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

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

Redirect to Search page
protected btnSearch_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

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

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

Categories control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::PetShop.UI.Controls.NavigationControl Categories
Результат global::PetShop.UI.Controls.NavigationControl

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

breadCrumb control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::PetShop.UI.Controls.BreadCrumbControl breadCrumb
Результат global::PetShop.UI.Controls.BreadCrumbControl

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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