NWebsec libraries
NWebsec is made up of several libraries, each offering different approaches to improve the security of your web applications.
NWebsec Middleware
NWebsec.AspNetCore.Middleware offers ASP.NET Core middleware for many of NWebsec’s features.
NWebsec for Mvc
NWebsec.AspNetCore.Mvc configures NWebsec through MVC attributes. This is useful when you need to do adjustments to the application wide config from NWebsec.AspNetCore.Middleware for particular controllers or actions.
NWebsec TagHelpers
NWebsec.AspNetCore.Mvc.TagHelpers lets you add content specific security settings, such as CSP nonces, straight in your Razr views.