ASP.NET/MVC: Inline code
Posted
by JamesBrownIsDead
on Stack Overflow
See other posts from Stack Overflow
or by JamesBrownIsDead
Published on 2010-04-29T03:34:14Z
Indexed on
2010/04/29
3:37 UTC
Read the original article
Hit count: 434
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. :(
© Stack Overflow or respective owner