C# Класс Mvc.Honeypot.ExtensionMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
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