Hi I'm trying to return a view that is xml, meaning the content type will be "text/xml", and the view is using ASP.NET MVC razor. Another post ASP.NET MVC and text/xml content type showed how to do it with aspx view. How do I get the same done with razor?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
I found an example of an rss feed produced with a razor view here: Basically you have to set the You have to scroll down to see the actual code so I'll copy it here:
|
|||||||||||||||||||||
|
|
If you prefer you can instead make the content type change from your view action, like so:
|
|||
|
|