Click or drag to resize
RecaptchaComponent Properties

The RecaptchaComponent type exposes the following members.

Properties
  NameDescription
Public propertyBaseProperties
Gets the form component's properties as its base type.
(Inherited from FormComponentTProperties, TValue.)
Public propertyCustomAutopostHandling
If true, prevents built-in visibility condition handling for this component.
(Inherited from FormComponent.)
Public propertyDefinition
Gets or sets the definition under which the form component is registered in the system.
(Inherited from FormComponent.)
Public propertyHasDependingFields
Gets or sets a value indicating whether there are another form components whose visibility condition depends on this component's value.
(Inherited from FormComponent.)
Public propertyIsConfigured
Determines whether the component is configured and allowed to be displayed.
Public propertyLabelForPropertyName
Label "for" cannot be used for this component.
(Overrides FormComponentLabelForPropertyName.)
Public propertyLanguage
Optional. Forces the reCAPTCHA to render in a specific language. Auto-detects the user's language if unspecified. Currently supported values are listed at https://developers.google.com/recaptcha/docs/language.
Public propertyName
Gets or sets the name of the corresponding form field. The name is used as a prefix when naming the HTML input.
(Inherited from FormComponent.)
Public propertyPrivateKey
reCAPTCHA private key from https://www.google.com/recaptcha/admin.
Public propertyProperties
Gets the form component's properties.
(Inherited from FormComponentTProperties, TValue.)
Public propertyPropertiesType
Gets the properties type of the form component.
(Inherited from FormComponent.)
Public propertyPublicKey
reCAPTCHA site key from https://www.google.com/recaptcha/admin.
Public propertyShowPartialValidationMessages
Also shows validation errors of partial values of the component. If false, each individual component should contain validation message in its partial view.
(Inherited from FormComponent.)
Public propertyValue
Holds nothing and is here just because it is required.
Top
See Also