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
You have to get Razor to realize that you are trying to display literal text. See this good Razor syntax guide for more information.
if (item.TableName.Equals("AgentContEd")) { CE }