C# 클래스 Serenity.Web.RecaptchaValidation

파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 메소드들

메소드 설명
Validate ( string token ) : void

Validates a recaptcha token

Inspired from https://github.com/tanveery/recaptcha-net/blob/master/src/Recaptcha.Web/RecaptchaVerificationHelper.cs

메소드 상세

Validate() 공개 정적인 메소드

Validates a recaptcha token
Inspired from https://github.com/tanveery/recaptcha-net/blob/master/src/Recaptcha.Web/RecaptchaVerificationHelper.cs
public static Validate ( string token ) : void
token string
리턴 void