I tried using
return RedirectToAction("List#"+Name.Substring(0,1));
but I get a 404 error and the address bar suggest that I am looking for List%23A.
EDIT "List" is the action name, and I would like to redirect directly to the First Letter anchor.
How do I pass the number sign?