ASP.NET/MVC: Inline code
- by JamesBrownIsDead
What am I doing wrong? How come <%: this %> isn't being interpreted as C#?
Here's the code (ignore the left side):
And here is what it renders (notice the Firebug display):
What do you think is going on? MVC newb here. :(