I have a controller action:
[HttpPost] [AllowAnonymous] public async Task Register(RegisterViewModel model, string returnUrl = null) { }