C# Класс _03_HtmlEscaping.index

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

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

Свойство Тип Описание
ButtonDisplay global::System.Web.UI.WebControls.Button
TextBoxInput global::System.Web.UI.WebControls.TextBox
TextBoxResult global::System.Web.UI.WebControls.TextBox
form1 global::System.Web.UI.HtmlControls.HtmlForm

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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