【发布时间】:2009-05-18 16:55:01
【问题描述】:
可能重复:
What is the best way to return XML from a controller's action in ASP.NET MVC?
我能够将 JSON 和部分视图 (html) 作为有效的 ActionResult 返回,但如何返回 XML 字符串?
【问题讨论】:
-
在 Codeplex 上使用来自 MvcContrib 的 XmlResult。这似乎也是duplicate question。
标签: .net xml asp.net-mvc actionresult