Monday 11 December 2017

how to open view in new tab from <%: Html.ActionLink("Test report", "action name", "controller")%>

@Html.ActionLink("Test report", "action name", "controller",  new { id = 1 },  new { target = "_blank" })

No comments:

Post a Comment

Note: only a member of this blog may post a comment.