In my cshtml files I have a lot of blocks with stuff like this:
@if(Model.foo) { Hello World }
The only reason
Explicit HTML @(Explicit C#)