I'm able to return JSON and partial views (html) as a valid ActionResult, but how would one return an XML string?
|
|
|
|
|
|
|
You could use |
||||
|
|
|
Use the XmlResult from MvcContrib on Codeplex. Also this seems to be a duplicate question. |
|||
|
|
|
|
For JSON/XML I have written an XML/JSON Action Filter that makes it very easy to tackle without handling special cases in your action handler (which is what you seem to be doing). |
||
|
|
