Sending xml to an ASP.NET MVC Action Method Argument
- by Noel
Is it possible to send POX (plain old xml) into an action and have that action perform model binding to an object for you. Have seen this done with JSON but dont see anyone doing this with xml.