Top "Url-routing" questions

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

How can you access RouteData from the code-behind?

When using ASP.Net routing, how can you get the RouteData from the code-behind? I know you can get it …

asp.net routing url-routing
Flask URL Route: Route Several URLs to the same function

I am working with Flask 0.9. Now I want to route three urls to the same function: /item/<int:appitemid&…

python url-routing flask
ASP.NET MVC Routing Via Method Attributes

In the StackOverflow Podcast #54, Jeff mentions they register their URL routes in the StackOverflow codebase via an attribute above the …

asp.net-mvc routing url-routing decorator
How to ignore route in asp.net forms url routing

I am using the .NET 3.5 SP1 framework and I've implemented URL routing in my application. I was getting javascript errors: …

c# asp.net url-routing axd ignoreroute
How do I create multi-page applications with Meteor?

I am new to Javascript and just started fiddling around with Meteor out of curiosity. What really surprises me, is …

javascript url-routing meteor
What is the difference between URL Router and Dispatcher?

I want to know the difference between the URL Router and Dispatcher, because searching on the internet has some interesting …

php oop url-rewriting url-routing
Multiple optional parameters routing

I have the following route definition in my webapi project. I have problem one of the parameter is not passed. …

c# asp.net-mvc-4 asp.net-web-api url-routing asp.net-web-api-routing
$state transition after rejected promise Angular ui-router

I'm using Angular ui-router and have a resolve function set up for one of my states, before the controller is …

javascript angularjs promise angular-ui-router url-routing
ASP.NET MVC custom routing for search

Here is my scenario. For the example lets say that I need to return a list of cars based on …

asp.net-mvc asp.net-mvc-routing url-routing
How to get RouteData by URL?

I need to get RoutData by given URL string in ASP.NET MVC application. I've found the way that I …

asp.net-mvc url routing url-routing asp.net-mvc-routing