What is the shortest syntax for returning a string? Something that will cure a code like below (just an example, please don’t “solve” this by saying — use CSS classes):
<p style="@{ if (foo.isBar) { <text>font-weight:bolder</text> } }">...
Probably my shortest question of all time.
Update: Razor for MVC 3.
Maybe something like:
or