C# 클래스 newtelligence.DasBlog.Web.EmailBox

Summary description for EmailBox.
상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: AArnott/dasblog

보호된 프로퍼티들

프로퍼티 타입 설명
CaptchaControl1 global::WebControlCaptcha.CaptchaControl
Label1 global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
Label4 global::System.Web.UI.WebControls.Label
ValidationSummary1 global::System.Web.UI.WebControls.ValidationSummary
comment global::System.Web.UI.WebControls.TextBox
content global::System.Web.UI.HtmlControls.HtmlGenericControl
email global::System.Web.UI.WebControls.TextBox
mailSend global::System.Web.UI.WebControls.Button
name global::System.Web.UI.WebControls.TextBox
rememberMe global::System.Web.UI.WebControls.CheckBox
resmgr System.Resources.ResourceManager
validatorREEmail global::System.Web.UI.WebControls.RegularExpressionValidator
validatorRFComment global::System.Web.UI.WebControls.RequiredFieldValidator
validatorRFName global::System.Web.UI.WebControls.RequiredFieldValidator

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
mailSend_Click ( object sender, System e ) : void

비공개 메소드들

메소드 설명
ComposeMail ( ) : newtelligence.DasBlog.Runtime.SendMailInfo
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

Page_Load() 보호된 메소드

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

mailSend_Click() 보호된 메소드

protected mailSend_Click ( object sender, System e ) : void
sender object
e System
리턴 void

프로퍼티 상세

CaptchaControl1 보호되어 있는 프로퍼티

CaptchaControl1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::WebControlCaptcha.CaptchaControl CaptchaControl1
리턴 global::WebControlCaptcha.CaptchaControl

Label1 보호되어 있는 프로퍼티

Label1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label1
리턴 global::System.Web.UI.WebControls.Label

Label2 보호되어 있는 프로퍼티

Label2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label2
리턴 global::System.Web.UI.WebControls.Label

Label4 보호되어 있는 프로퍼티

Label4 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label4
리턴 global::System.Web.UI.WebControls.Label

ValidationSummary1 보호되어 있는 프로퍼티

ValidationSummary1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ValidationSummary ValidationSummary1
리턴 global::System.Web.UI.WebControls.ValidationSummary

comment 보호되어 있는 프로퍼티

comment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox comment
리턴 global::System.Web.UI.WebControls.TextBox

content 보호되어 있는 프로퍼티

content control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl content
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

email 보호되어 있는 프로퍼티

email control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox email
리턴 global::System.Web.UI.WebControls.TextBox

mailSend 보호되어 있는 프로퍼티

mailSend control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button mailSend
리턴 global::System.Web.UI.WebControls.Button

name 보호되어 있는 프로퍼티

name control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox name
리턴 global::System.Web.UI.WebControls.TextBox

rememberMe 보호되어 있는 프로퍼티

rememberMe control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox rememberMe
리턴 global::System.Web.UI.WebControls.CheckBox

resmgr 보호되어 있는 프로퍼티

protected System.Resources.ResourceManager resmgr
리턴 System.Resources.ResourceManager

validatorREEmail 보호되어 있는 프로퍼티

validatorREEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RegularExpressionValidator validatorREEmail
리턴 global::System.Web.UI.WebControls.RegularExpressionValidator

validatorRFComment 보호되어 있는 프로퍼티

validatorRFComment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator validatorRFComment
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

validatorRFName 보호되어 있는 프로퍼티

validatorRFName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator validatorRFName
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator