My url looks like this:
customer/login?ReturnUrl=home
In the login view, I have used this pattern of code which works fine.
using Reflector to look at the code,
BeginForm() will pass directly the rawUrl over to the final Form. Any other overloads on BeginForm will go through a helper utility which will strip the query string.