I was about to use [Authorize]
on Actions that return partial views through Ajax; but I'm not getting the behavior I'd like (although its the behavior I expected).
It seems like a long shot; but, is there any way to extend this attribute to "break out" of an AJAX call and redirect the entire page to the login screen? (As opposed to returning the login screen to whatever location I've set UpdateTargetId?)
I think I have a handle on how I'd do this on each of the specific Ajax calls, but if I could centralize this somehow, it'd save a lot of code...