0
我試圖這些值傳遞到Confirmation
作用的結果,但我有傳遞值= Url.Action()
語法錯誤:缺少;
var url = '@Url.Action("Confirmation", "BookReservation")/?record_locator=' + record_locator +'&hid='@Request.QueryString["hid"] ;
window.location.href = url;
是他們的任何錯誤,此代碼
任何意見
你的單引號是格格不入 – Andrei
'VAR URL = '@ Url.Action( 「確認」, 「BookReservation」)' + '?record_locator =' + record_locator + '&躲到=' + @的Request.QueryString [ 「藏」 ];' – mmushtaq