C# Class ProjectName.Web.WebParts.HelloWorld

Inheritance: ProjectName.Web.BaseAutoRegisterPart
Afficher le fichier Open project: MonoSoftware/MonoX-Sample-Solution

Protected Properties

Свойство Type Description
btnOk global::System.Web.UI.WebControls.Button
lblGreeting global::System.Web.UI.WebControls.Label
txtName global::System.Web.UI.WebControls.TextBox

Private Properties

Свойство Type Description

Méthodes protégées

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

Method Details

btnOk_Click() protected méthode

protected btnOk_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

btnOk protected_oe property

btnOk control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnOk
Résultat global::System.Web.UI.WebControls.Button

lblGreeting protected_oe property

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

txtName protected_oe property

txtName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtName
Résultat global::System.Web.UI.WebControls.TextBox