Daniel15 / RouteJs

JavaScript URL routing for ASP.NET MVC and WebForms
84 stars 19 forks source link

var url explain don't clear #63

Closed Gi972 closed 2 years ago

Gi972 commented 6 years ago

Hello @Daniel15 ,

I need a explication for use your plug in. when I want fire a action, i have to make

window.location` = Route.action('Home','About') 

for go to a page? or normally if I just make

Route.action('Home','About') , 

it's not clear for me.

It's possible have a sample please.

Thanks for your answer