Example of an ASP.NET MVC post model?

Posted by Anthony Potts on Stack Overflow See other posts from Stack Overflow or by Anthony Potts
Published on 2010-03-26T02:51:32Z Indexed on 2010/03/26 2:53 UTC
Read the original article Hit count: 503

Filed under:
|
|

I was watching the HaHaa presentation on ASP.NET MVC from MIX and they mentioned using a Post Model where I guess they were saying you could use a model that was ONLY for posting. I have tried looking for examples for this. Am I not understanding what they are saying? Does anyone have an example of how this might work in a strongly typed view where the view model and post model are not of the same type?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about viewmodel