Questions tagged [custom-routes]
198 questions
-1
votes
1 answer
How write friendly url for different language MVC4 C#
I need your help to understand how can I have an URL in french and one in english that redirect to the same controller in MVC4?
In other words, I have a controller Speciality which have a controller MoreOption
public ActionResult…

Karine
- 385
- 1
- 7
- 18
-2
votes
1 answer
How to create a custom route when calling an action using form_for?
I created custom routes '/album' that routes to 'microposts#new'. However, when I use a form_for it routes to '/micropost' instead of returning to '/album'.
In my controller I'm using render 'album'. I would prefer to keep as render, although I can…

Joseph Lee
- 47
- 7
-2
votes
1 answer
ASP.NET MVC 4 Custom URL
I'm new in MVC and I trying to change the default url from http://localhost:55920/ to http://myCustonURL/
My route config:
public class RouteConfig
{
public static void RegisterRoutes(RouteCollection routes)
{
…

Ricardo G Saraiva
- 169
- 1
- 10