C# Класс Subtext.Web.Admin.Pages.Error

Error class.
Auto-generated class.
Показать файл Открыть проект

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

Свойство Тип Описание
ErrorMessageLabel global::System.Web.UI.WebControls.Label
ErrorPanel global::System.Web.UI.WebControls.Panel
HomeLink global::System.Web.UI.WebControls.HyperLink

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

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

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

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

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

protected OnInit ( EventArgs e ) : void
e EventArgs
Результат void

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

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

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

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

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

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

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

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

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