How to redirect to an action on Asp.net mvc, using jquery?

Asked

Viewed 129 times

0

How to redirect to an action in ASP.Net MVC, using Jquery?

I’m trying to do it like this:

 $("#Filtro").change(function () {
     @Url.Action("Answer");
 });

1 answer

0


Browser other questions tagged

You are not signed in. Login or sign up in order to post.