How do I display xml code samples from a razor view?



I'm trying to display code samples to my webpage and the razor view engine is treating the tags as code.


Example:


<?xml version="1.0" encoding="utf-8" standalone="yes"?> does not appear on the page.


How do I stop this functionality?


No comments:

Post a Comment