Hello,
Just a quick question: can someone support me with example on how to implement reCaptcha verification in Razor Pages? I mean specifically Razor Pages, not MVC. Unfortunately, due to unfortunate naming (razor pages are also part of Asp.net MVC setup) I'm getting all the examples for MVC and they don't work for me.. I wish Microsoft would change the confusing name, but I'm guessing it's off the table now..
I've been trying to implement it with this plugin but the captcha isn't displayed (I get only captcha sign in the right corner saying that the site is protected, but still can submit form without any captcha validation).. The answer doesn't have to use the plugin, any working solution is welcome! :)