C# 클래스 Mvc.Honeypot.ExtensionMethods

파일 보기 프로젝트 열기: dejanstojanovic/MVC-Honeypot

공개 메소드들

메소드 설명
HasHoneypotTrapped ( this request ) : bool

Extension methods which returns bool value whether request is coming from bot or not

메소드 상세

HasHoneypotTrapped() 공개 정적인 메소드

Extension methods which returns bool value whether request is coming from bot or not
public static HasHoneypotTrapped ( this request ) : bool
request this HttpRequestBase made in a controller action
리턴 bool