Razor ViewEngine: How do I escape the “@” symbol?
You have to use @@ to escape the @ symbol. One important thing to notice is that you DO NOT need to escape the @ symbol when it exists within an email address. Razor should be smart enough to figure that out on its own.