C# Class Mvc.Honeypot.ExtensionMethods

Afficher le fichier Open project: dejanstojanovic/MVC-Honeypot

Méthodes publiques

Méthode Description
HasHoneypotTrapped ( this request ) : bool

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

Method Details

HasHoneypotTrapped() public static méthode

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
Résultat bool