C# Класс WIKI.Account.EditArticle

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

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

Свойство Тип Описание
Button1 global::System.Web.UI.WebControls.Button
Button2 global::System.Web.UI.WebControls.Button
Label2 global::System.Web.UI.WebControls.Label
Label4 global::System.Web.UI.WebControls.Label
txtNaslov global::System.Web.UI.WebControls.TextBox
txtSadrzaj global::System.Web.UI.WebControls.TextBox

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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