Info
Version: | 2021.5.6.2037 |
Author(s): | Walter Verhoeven, Stijn Snellinx |
Last Update: | Thursday, May 6, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.asp-waf.com/ |
NuGet Url: | https://www.nuget.org/packages/Walter.Web.FireWall.DefaultEndpoints |
Install
Install-Package Walter.Web.FireWall.DefaultEndpoints
dotnet add package Walter.Web.FireWall.DefaultEndpoints
paket add Walter.Web.FireWall.DefaultEndpoints
Walter.Web.FireWall.DefaultEndpoints Download (Unzip the "nupkg" after downloading)
Dependencies
net5.0
- Walter.Web.Firewall(>= 2020.12.27.6)
- Walter.Web.Firewall(>= 2020.12.27.6)
- Walter.Web.Firewall(>= 2020.12.27.6)
Tags
See https://www.asp-waf.com/documentation/setup for details
To enable the controllers in this NuGet package load the controller using the AddApplicationPart from MVC
services.AddMvc(options =>
{
//your options
}).AddApplicationPart(Assembly.GetAssembly(typeof(Walter.Web.FireWall.DefaultEndpoints.ReportingController)));.