kaveer
2/25/2017 - 2:58 PM

navigation in mvc

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>