Top "Url-routing" questions

URL routing is the process of mapping a URL to its content.

Get current url in Angular

How can I get the current url in Angular 4? I've searched the web for it a lot, but am unable …

javascript angular typescript url-routing
Vue.js redirection to another page

I'd like to make a redirection in Vue.js similar to the vanilla javascript window.location.href = 'some_url' How …

vue.js url-routing vuejs2 vue-router
Getting full URL of action in ASP.NET MVC

Is there a built-in way of getting the full URL of an action? I am looking for something like GetFullUrl("…

c# .net asp.net-mvc url-routing
AngularJS dynamic routing

I currently have an AngularJS application with routing built in. It works and everything is ok. My app.js file …

javascript angularjs content-management-system url-routing
RegEx to match stuff between parentheses

I'm having a tough time getting this to work. I have a string like: something/([0-9])/([a-z]) And I need …

javascript regex arrays url url-routing
AngularJS - Animate ng-view transitions

I have 2 html pages, welcome.html and login.html both of which are "inserted" into index.html dependending on the …

javascript angularjs animation url-routing
Using routes in Express-js

So I'm starting to use Node.js. I saw the video with Ryan Dahl on Nodejs.org and heard he …

node.js url-routing express
How can I reload the current page in Ruby on Rails?

I currently have a login popup in my header bar which is on every page in my website. I want …

ruby-on-rails ruby ruby-on-rails-3 url-routing
Difference between $state.transitionTo() and $state.go() in Angular ui-router

In AngularJS, I see sometimes we use $state.transitionTo() and sometimes we use $state.go(). Can anyone tell me how …

javascript angularjs angular-ui-router url-routing angular-ui
Rails Routing (root :to => ...)

I know how to set the routes root of my rails app to a controller and an action. But how …

ruby-on-rails ruby ruby-on-rails-3 routes url-routing