Browse by Tags

Related Posts

  • Routing Validation Based On HTTP Headers

    In Scott Guthrie's post on Routing , he mentions that you can use the Validation property of a Route to specify an HTTP Header. "The ASP.NET MVC Framework allows you to use regular expressions to validate each parameter argument in the URL, as well as allows you to evaluate HTTP headers (to...
    Posted to ASP.NET MVC (Forum) by ghotiman on 01-07-2008, 12:00 AM
    Filed under: MVC, Routes, routing, httpheader
  • Deeper URL Routes

    How can I form deeper url routes? I want to have something like: {controller}/{action}/{id} and if a URL like /Home/View/2008/Spring/Easter/Morning I would like id = "2008/Spring/Easter/Morning" to be put into the ID. Currently I get a resource not found. I can't figure out how to express...
    Posted to ASP.NET MVC (Forum) by ChrisKinsman on 03-12-2008, 12:00 AM
    Filed under: Routes, routing, MVC Preview 2
  • WebFormRouting tool NOT working with IIS7

    My title may turn out to not be exactly correct - but I was trying to be concise. I am using the "WebFormRouting" tool created by Phil Haack which can be found here: http://haacked.com/archive/2008/03/11/using-routing-with-webforms.aspx I've been using it successfully for a while - but...
    Posted to ASP.NET MVC (Forum) by leftend on 04-05-2008, 12:00 AM
    Filed under: Routes, routing, webformrouting, haack
Page 1 of 1 (3 items)