Browse by Tags

Related Posts

  • Re: Web User Controls + Controllers?

    Yeah. you can put a Controller class anywhere, even the root if you like, but i like \Controllers\Controls for a controller which renders a control as opposed to a page. Then when you want to render your control, you don't use Html.RenderUserControl, what you do is call a method on a controller....
    Posted to ASP.NET MVC (Forum) by tgmdbm on 01-20-2008, 12:00 AM
    Filed under: suggestion, Controller, Framework
  • 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
Page 1 of 1 (2 items)