thunderbird
thunderbird

Reputation: 2733

Avoid parsing code in pre and code HTML tags in ASP.Net

I need to display some code and highlight its syntax using prettifier which requires the code to be wrapped inside pre and code tags. But ASP.net parses the code present within these tags and displays an error on compilation. How do I avoid the code present in these tags from being parsed?

Upvotes: 0

Views: 458

Answers (0)

Related Questions