Walter.Web.FireWall
IgnoreAttribute Constructor()
Example 
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Annotations Namespace > IgnoreAttribute Class > IgnoreAttribute Constructor : IgnoreAttribute Constructor()
Will skip any firewall test on the given endpoint.
Syntax
public IgnoreAttribute()
Example
[Ignore(FireWallSkipChecks.ALL)]
[ResponseCache(Duration = 60,VaryByQueryKeys = new[] { "reason" })]
public IActionResult Blocked(BlockingReasons reason)
{
    return View(reason);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IgnoreAttribute Class
IgnoreAttribute Members
Overload List