C# Class Mvc.Honeypot.ExtensionMethods

Show file Open project: dejanstojanovic/MVC-Honeypot

Public Methods

Method Description
HasHoneypotTrapped ( this request ) : bool

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

Method Details

HasHoneypotTrapped() public static method

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
return bool