RecaptchaAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates that the target property should use a "Recaptcha" (Google).

[AttributeUsage(AttributeTargets.All)]
public class RecaptchaAttribute : CustomEditorAttribute

Public Members

name description
RecaptchaAttribute() Initializes a new instance of the RecaptchaAttribute class.
const Key Editor type key

See Also