C# Class ScrewTurn.Wiki.Post

显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property 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

Protected Methods

Method 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 method

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

btnCancel_Click() protected method

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

btnSend_Click() protected method

protected btnSend_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return global::System.Web.UI.WebControls.TextBox