Browse by Tags

Related Posts

  • Routing problem...doesnt work

    Hello friends! What is wrong if my code? Global.asax.cs 1 public class GlobalApplication : System.Web.HttpApplication 2 { 3 public static void RegisterRoutes(RouteCollection routes) 4 { 5 // Note: Change the URL to "{controller}.mvc/{action}/{id}" to enable 6 // automatic support on IIS6 and...
    Posted to ASP.NET MVC (Forum) by andrebtoda on 05-13-2008, 12:00 AM
    Filed under: MVC, Controller, routing, route
  • strange behivour with routing

    there is strange behviur with routing , i do not know that am i doing wrong and what i am doing wrong i am calling a action in a controller when i call it with id it works but when i try to call it without id it do not work origanlly my global file was like this routes.MapRoute( "Default" ...
    Posted to ASP.NET MVC (Forum) by Ahtesham on 07-05-2008, 12:00 AM
    Filed under: MVC, Controller, routing, previev 3, action
  • LinkBuilder in Controller

    Hi, I want to use LinkBuilder in my Controller derived class but there is no other way insted of creating new ViewContext. Why I need to use LinkBuilder? Because the output from Controller is XML (my own XmlResult) and inside Xml I need to use Urls from my Routing. For example the RSS feed created using...
    Posted to ASP.NET MVC (Forum) by jirava.net on 07-07-2008, 12:00 AM
    Filed under: ASP.NET MVC, Controller, routing, mvc routing, linkbuilder
Page 1 of 1 (3 items)