ClassRadCaptcha
Represents the RadCaptcha for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadCaptcha : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadCaptcha
Inherited Members
Constructors
RadCaptcha()
Initializes a new instance of the RadCaptcha class.
Declaration
public RadCaptcha()
RadCaptcha(Element)
Initializes a new instance of the RadCaptcha class.
Properties
AudioCurrentTime
Get the Captcha audio current time in seconds.
AudioIsEnabled
Get whether the Captcha audio code is enabled.
AudioUrl
Get/Sets the Captcha Url.
CaptchaInput
Get the Input sub control of this RadCaptcha instance.
Declaration
public HtmlInputText CaptchaInput { get; }
Property Value
ClientId
Get the client Id of the Captcha control.
ClientSideLocator
Get the Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
ErrorMessageDisplayed
Get the Captcha Validation.
InputAutocomplete
Get the Captcha Input autocomplete state.
InputMaxLength
Get the Captcha Input max characters length.
LocatorExpression
Get the locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
ValidationErrorMessage
Get the Captcha Validation Error Message.
Declaration
public HtmlSpan ValidationErrorMessage { get; }
Property Value
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.