 |
In ASP.NET MVC, How to return an xml document to a View - Stack ...
I'd like some guidance in returning an XML doc from a controller to a view. ... You can do it as follows. public ActionResult PortfolioList() { //Your code .... return this.
stackoverflow.com |
 |