C# 클래스 ScrewTurn.Wiki.Post

파일 보기 프로젝트 열기: mono/ScrewTurnWiki

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnSend_Click ( object sender, EventArgs e ) : void

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnCancel_Click() 보호된 메소드

protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnSend_Click() 보호된 메소드

protected btnSend_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

btnCancel 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

btnSend 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

captcha 보호되어 있는 프로퍼티

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

editor 보호되어 있는 프로퍼티

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

lblResult 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

lblSubject 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Literal

lblTitle 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Literal

pnlCaptcha 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Panel

txtSubject 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox