I use ASP.NET MVC's AntiForgeryToken and ValidateForgeryToken for anti-CSRF for POSTs (AJAX POSTs and form POSTs).
Does WebSharper have something that does the same job?
(I can't consider using a web framework that doesn't have this, so knowing up-front whether the ability exists or not dictates whether I can look into WebSharper further.)