Class CaptchaControl
Inheritance
CaptchaControl
Assembly: DotNetNuke.dll
Syntax
public class CaptchaControl : WebControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer, IPostBackDataHandler
Constructors
CaptchaControl()
Declaration
Properties
BackGroundColor
Declaration
public Color BackGroundColor { get; set; }
Property Value
BackGroundImage
Declaration
public string BackGroundImage { get; set; }
Property Value
CaptchaChars
Declaration
public string CaptchaChars { get; set; }
Property Value
CaptchaHeight
Declaration
public Unit CaptchaHeight { get; set; }
Property Value
CaptchaLength
Declaration
public int CaptchaLength { get; set; }
Property Value
CaptchaWidth
Declaration
public Unit CaptchaWidth { get; set; }
Property Value
EnableViewState
Declaration
[Browsable(false)]
public override bool EnableViewState { get; set; }
Property Value
Overrides
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
ErrorStyle
Declaration
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style ErrorStyle { get; }
Property Value
Expiration
Declaration
public int Expiration { get; set; }
Property Value
IsValid
Declaration
public bool IsValid { get; }
Property Value
RenderUrl
Declaration
public string RenderUrl { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
TextBoxStyle
Declaration
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style TextBoxStyle { get; }
Property Value
Methods
CreateChildControls()
Declaration
protected override void CreateChildControls()
Overrides
GetNextCaptcha()
Declaration
protected virtual string GetNextCaptcha()
Returns
LoadPostData(string, NameValueCollection)
Declaration
public virtual bool LoadPostData(string postDataKey, NameValueCollection postCollection)
Parameters
Returns
LoadViewState(object)
Declaration
protected override void LoadViewState(object savedState)
Parameters
Type |
Name |
Description |
object |
savedState |
|
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
OnUserValidated(ServerValidateEventArgs)
Declaration
protected virtual void OnUserValidated(ServerValidateEventArgs e)
Parameters
RaisePostDataChangedEvent()
Declaration
public void RaisePostDataChangedEvent()
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Overrides
SaveViewState()
Declaration
protected override object SaveViewState()
Returns
Overrides
Validate(string)
Declaration
public bool Validate(string userData)
Parameters
Type |
Name |
Description |
string |
userData |
|
Returns
Events
UserValidated
Declaration
public event ServerValidateEventHandler UserValidated
Event Type
Implements
Extension Methods