Adding nonce value to @Scripts.Render ASP.Net MVC razor pages with NWebSec
I am trying to implement Content-Security-Policy with the NWebSec NuGet package The basic configuration level is working at this moment but trying to add nonce for each script and style in the project. How to add a nonce to the…