Browse by Tags

Related Posts

  • Urlmappings and dynamic query string

    I have pages that have urls like www.mywebsites.com/page.aspx?id=5 that needs to be simplified via urlmappings like www.mywebsites.com/page/5 The querstring id will differ from page to page and I cant deterministically fix it in web.config. So is it possible to specify in urlmapping that whatevers the...
    Posted to Getting Started (Forum) by nimish on 11-20-2008, 12:00 AM
    Filed under: urlmappings, urls, web.config
  • Lowercase Route Urls, Underscores & Hyphens

    I'm trying to understand the interactions between various MVC components with regard to class names, routing tables & URLS. I like my Urls to be all lowercase with hypens between words ( http://www.somwebsite.com/home/search-authors/some-author-name ... or whatever) but I'm having difficulty...
    Posted to ASP.NET MVC (Forum) by xgene on 11-16-2008, 12:00 AM
    Filed under: MVC, routing, underscore, URLs, hypen, lower case, lowercase, dash
  • What's up with routes and the ControllerFactory?

    Been poking around the source for some time now. Still can't say I know it well, but something’s I do understand, but not why its like that. Take routing for instance. I feel very strongly about statically typed languages (such as C#) and strings. Strings is probably the most unholy creation ever...
    Posted to ASP.NET MVC (Forum) by leidegre on 06-12-2008, 12:00 AM
    Filed under: URLs, ASP.NET MVC, Linq
  • Virtual Directories and Routing

    Hi all, I am using the CTP 2 version of MVC and was able to get started succesfully with the sample project you get when you use the MVC application template. Now I am trying to merge the proof of concept code I created with an existing ASP.Net application that is hosted under a virtual directory and...
    Posted to ASP.NET MVC (Forum) by MacroLinz on 05-09-2008, 12:00 AM
    Filed under: MVC, routing, URLs
  • MVCToolkit URL Bugs

    Bug 1 If I create a controller action as follows... public void List(int category) ... and use the MVCToolkit HtmlHelper.ActionLink<T> as follows... <%= Html.ActionLink<ProductController>( x => x.List(Category), "View Products for this category" ) %> ... it generates the...
    Posted to ASP.NET MVC (Forum) by tgmdbm on 12-21-2007, 12:00 AM
    Filed under: MVC, MVCToolkit, URLs, bug
Page 1 of 1 (5 items)