Walter.Web.FireWall
IgnoreAttribute Class
Members 
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Annotations Namespace : IgnoreAttribute Class
Tells the firewall to ignore this controller or action and perform no actions at all. This is especially use full for those endpoints that do error handling. Implements the System.Attribute
Syntax
public sealed class IgnoreAttribute : System.Attribute 
Remarks
Please note that this will also not block and protect against DDOS attacks
Inheritance Hierarchy

System.Object
   System.Attribute
      Walter.Web.FireWall.Annotations.IgnoreAttribute

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 Members
Walter.Web.FireWall.Annotations Namespace
System.Attribute