asp.net mvc - Navigate from HTML Page to MVC View -
i have home.html page have redirect user view in mvc on button click. how can ?
use jquery code on button click shown :
$('#buttonid').on('click',function(){ window.location.href = "/controllername/actionname"; });
Comments
Post a Comment