1397 Views
In this short post, find the code to disable Anti-forgery token validation globally in ASP.NET Core Razor pages . If you are new to Razor Pages , It's a new feature of ASP.NET Core that makes coding page-focused scenarios easier and more productive. Razor pages use handler methods to deal with the incoming HTTP request (GET/POST/PUT/Delete).
0 comments