C# Class newtelligence.DasBlog.Web.EmailBox

Summary description for EmailBox.
Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: AArnott/dasblog

Protected Properties

Свойство Type Description
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

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
mailSend_Click ( object sender, System e ) : void

Private Methods

Méthode Description
ComposeMail ( ) : newtelligence.DasBlog.Runtime.SendMailInfo
InitializeComponent ( ) : void

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

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

Page_Load() protected méthode

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

mailSend_Click() protected méthode

protected mailSend_Click ( object sender, System e ) : void
sender object
e System
Résultat void

Property Details

CaptchaControl1 protected_oe property

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

Label1 protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

Label2 protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

Label4 protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

ValidationSummary1 protected_oe property

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
Résultat global::System.Web.UI.WebControls.ValidationSummary

comment protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox

content protected_oe property

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
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

email protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox

mailSend protected_oe property

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
Résultat global::System.Web.UI.WebControls.Button

name protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox

rememberMe protected_oe property

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
Résultat global::System.Web.UI.WebControls.CheckBox

resmgr protected_oe property

protected System.Resources.ResourceManager resmgr
Résultat System.Resources.ResourceManager

validatorREEmail protected_oe property

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
Résultat global::System.Web.UI.WebControls.RegularExpressionValidator

validatorRFComment protected_oe property

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
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator

validatorRFName protected_oe property

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
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator