.net - What is the best way to return XML from a controller's action in ...

.net - What is the best way to return XML from a controller's action in ...

瀏覽:811
日期:2025-06-16
Use MVCContrib's XmlResult Action. For reference here is their code: public class XmlResult : ActionResult { private object objectToSerialize; ///  ......看更多