REST for ASP.NET MVC included in MVC 2?
Posted
by Mike Hodnick
on Stack Overflow
See other posts from Stack Overflow
or by Mike Hodnick
Published on 2010-04-07T13:36:30Z
Indexed on
2010/04/07
13:43 UTC
Read the original article
Hit count: 366
Are the REST for ASP.NET MVC bits automatically included with MVC 2, or do you need to download/install/use the REST for ASP.NET MVC bits separately?
Specifically, I'm referring to the REST for ASP.NET MVC download here: http://aspnet.codeplex.com/releases/view/24471#DownloadId=79561
I want to use REST for ASP.NET MVC for the automatic json/xml serialization based on the incoming request's accepted content type. I'm not really finding any info about MVC2's ability to do this out of the "box".
© Stack Overflow or respective owner