I have a page with this line:
我有一个这一行的页面:
<input type="button" title="Join" value="Join" onclick="if(confirm('Are you sure you want to join @item.name.ToString() ?')) {location.href='/[email protected]("JoinTeam", "Team", new { id = item.id })'}" />