navigation in mvc
<input type="button" value="Chat" class="btn btn-default" onclick="location.href='@Html.Raw(@Url.Action("Chat", "MChat_Web" , new {id = item.userId}))'" />
<a href="@Url.Action("Home" , "MChat_Web")"><i class="glyphicon glyphicon-phone"></i> Home</a>