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 -

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

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -