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

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -