C# Class SampleWebsite.HelloWorld

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

Protected Properties

Свойство Type Description
ConfigLabel global::System.Web.UI.WebControls.Label
TimeLabel global::System.Web.UI.WebControls.Label
form1 global::System.Web.UI.HtmlControls.HtmlForm

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

Method Details

Page_Load() protected méthode

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. ///
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.HtmlControls.HtmlForm