Skip to content

RecaptchaPropertyProcessor class

namespace: Serenity.Web   assemblySerenity.Net.Web

Property processor that passes the recaptcha site key to the client side.

public class RecaptchaPropertyProcessor : PropertyProcessor

Public Members

name description
RecaptchaPropertyProcessor(…) Property processor that passes the recaptcha site key to the client side.
override Priority { get; }
override Process(…)

Remarks

Initializes a new instance of the RecaptchaPropertyProcessor class.

See Also