Browse by Tags

Related Posts

  • Re: MVC Architecture

    That's an excellent point, and obviously one I overlooked. I guess then what we'd want is something that specifies an interface (or contract of some sort) for the post data expected by a controller action. Instead of having to apply that interface/contract to the entire view, then maybe we're...
    Posted to ASP.NET MVC (Forum) by jrnail23 on 01-16-2008, 12:00 AM
    Filed under: mvc view, suggestion, view interfaces, Controller, partial view, typedview
  • Typed ViewPage Using Generics Without Code Behind

    I've successfully created .aspx view pages without code behind by replacing the first line with this: <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" %> However, trying to change it to inherit the generics to get typed view data like the following doesn't seem...
    Posted to ASP.NET MVC (Forum) by ghotiman on 12-13-2007, 12:00 AM
    Filed under: MVC, viewdata, viewpage, generic, generics, typedview
Page 1 of 1 (2 items)