在view页面跳入controller:
<script>
var jump = '@Url.Action("Export","ControllerName")';
window.location.href = jump;
</script>
在view页面跳入controller:
<script>
var jump = '@Url.Action("Export","ControllerName")';
window.location.href = jump;
</script>