I maintain a VB.net webforms application and need to add anti-CSRF measures. I have read that support is provided for projects that utilize master pages, however my project does not use them. How can I add the AntiForgeryToken method to my classic ASP.NET VB.NET web forms pages?
Here is related link Generating AntiForgeryToken in WebForms