C# Class SampleWebsite.HelloWorld

A simple web page that shows the time.
Inheritance: System.Web.UI.Page
Mostrar archivo Open project: Cayan-LLC/netty

Protected Properties

Property Type Description
ConfigLabel global::System.Web.UI.WebControls.Label
TimeLabel global::System.Web.UI.WebControls.Label
form1 global::System.Web.UI.HtmlControls.HtmlForm

Protected Methods

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

Handles the Load event of the Page control.

Method Details

Page_Load() protected method

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs /// The instance containing the event data. ///
return void

Property Details

ConfigLabel protected_oe property

ConfigLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label ConfigLabel
return global::System.Web.UI.WebControls.Label

TimeLabel protected_oe property

TimeLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label TimeLabel
return global::System.Web.UI.WebControls.Label

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