on html.actionlink click go to previous page

后端 未结 6 525
攒了一身酷
攒了一身酷 2021-01-31 16:17

Currently in a link

Customer/businessunit/RepresentativeDetails?RepresentativeId=cd3a7263-78f7-41bd-9eb0-12b30bc1059a

I have following code for vie

6条回答
  •  野的像风
    2021-01-31 16:55

    Use ActionLink:

    @Html.ActionLink("بازگشت", null, null, null, new { href = Request.UrlReferrer })
    

提交回复
热议问题