C# Class ScrewTurn.Wiki.Post

Afficher le fichier Open project: mono/ScrewTurnWiki

Protected Properties

Свойство Type Description
btnCancel global::System.Web.UI.WebControls.Button
btnSend global::System.Web.UI.WebControls.Button
captcha global::ScrewTurn.Wiki.Captcha
editor global::ScrewTurn.Wiki.Editor
lblResult global::System.Web.UI.WebControls.Label
lblSubject global::System.Web.UI.WebControls.Literal
lblTitle global::System.Web.UI.WebControls.Literal
pnlCaptcha global::System.Web.UI.WebControls.Panel
txtSubject global::System.Web.UI.WebControls.TextBox

Méthodes protégées

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

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnCancel_Click() protected méthode

protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnSend_Click() protected méthode

protected btnSend_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

btnCancel protected_oe property

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

btnSend protected_oe property

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

captcha protected_oe property

captcha control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.Captcha captcha
Résultat global::ScrewTurn.Wiki.Captcha

editor protected_oe property

editor control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.Editor editor
Résultat global::ScrewTurn.Wiki.Editor

lblResult protected_oe property

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

lblSubject protected_oe property

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

lblTitle protected_oe property

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

pnlCaptcha protected_oe property

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

txtSubject protected_oe property

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