Disable Anti-forgery token validation globally in ASP.NET Core Razor pages #aspnetcore #dotnetcore

added by DotNetKicks
1/30/2018 7:59:28 AM

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