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

Popular posts from this blog

Prolog - Listing -

python - can't seem to get an output from my class -

orchardcms - change base url in local copy in Orchard CMS -