FireWallAttribute Class
Protects and block any requests that are in violation on URL type pattern attacks and allow only a the specified user types
Namespace:
Walter.Web.FireWall.AnnotationsAssembly: Walter.Web.FireWall (in Walter.Web.FireWall.dll)
Remarks
Examples
C#
[Walter.Web.FireWall.Annotations.FireWall] public class HomeController : Controller { // your controller here }