public ActionResult redirectOtherUrl(string url)

return new EmptyResult();

window.location.href =  '<%= Url.Action("redirectOtherUrl","LoginPortal") %>?url='+data;
但我不想用window.location.href,只想执行一个action 通过post提交数据,请教各位,如何执行指定action
thks