Browse by Tags

Related Posts

  • 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, bug, MVCToolkit, URLs
  • Re: How about a very complex page which need many "MVC modules/parts" ?

    I think there are a couple valid MVC methodologies being debated here: The Primary-Controller Method , where one main Controller is essentially responsible for the start-to-finish processing of the Request/Response This is the method that the ASP.Net MVC CTP is currently geared towards, and understandably...
    Posted to ASP.NET MVC (Forum) by ian_a_anderson on 12-20-2007, 12:00 AM
    Filed under: ASP.NET MVC, MVC, MVC Pattern, MVCToolkit, mvc view
  • MVC Preview 2 Relative URL Resolution Bug

    The following code: <% = Html.Image( "~/Content/Images/test.gif" ) %> Outputs the following incorrect URL path in the Preview 2 release of the MVC framework: <img src="/ AppBaseContent /Images/test.gif" alt="test.gif" /> Note the missing directory separator between...
    Posted to ASP.NET MVC (Forum) by ian_a_anderson on 03-06-2008, 12:00 AM
    Filed under: ASP.NET MVC, MVC, MVCToolkit, MVC Preview 2
  • Re: MVCToolkit and nulls

    +1, NRE's in views are a pain.
    Posted to ASP.NET MVC (Forum) by abombss on 12-19-2007, 12:00 AM
    Filed under: MVC, suggestion, MVCToolkit
Page 1 of 1 (4 items)