C# Class _03_HtmlEscaping.index

显示文件 Open project: nzhul/TelerikAcademy

Protected Properties

Property Type Description
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

Protected Methods

Method Description
ButtonDisplay_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

ButtonDisplay_Click() protected method

protected ButtonDisplay_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

ButtonDisplay protected_oe property

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
return global::System.Web.UI.WebControls.Button

TextBoxInput protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

TextBoxResult protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

form1 protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlForm