C# Class ScrewTurn.Wiki.Captcha

显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
cvCaptcha global::System.Web.UI.WebControls.CustomValidator
imgCaptcha global::System.Web.UI.WebControls.Image
rfvCaptcha global::System.Web.UI.WebControls.RequiredFieldValidator
txtCaptcha global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
cvCaptcha_ServerValidate ( object source, ServerValidateEventArgs args ) : void

Method Details

Page_Load() protected method

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

cvCaptcha_ServerValidate() protected method

protected cvCaptcha_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
return void

Property Details

cvCaptcha protected_oe property

cvCaptcha control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator cvCaptcha
return global::System.Web.UI.WebControls.CustomValidator

imgCaptcha protected_oe property

imgCaptcha control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgCaptcha
return global::System.Web.UI.WebControls.Image

rfvCaptcha protected_oe property

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

txtCaptcha protected_oe property

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