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.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
How do I stop this functionality?
No comments:
Post a Comment