The following is the first section in the first row of a table on one of my ASP MVC3 Index pages. I\'ve stepped through the code when that page loads, and can see that the
use @: or to specify html text inside a server side code if you do not have any other html in there.
@:
if (item.TableName.Equals("AgentContEd")) { @:CE } else if (item.TableName.Equals("AgentProductTraining")) { PT }