This question is locked. New answers and comments are not allowed.
I keep having issues setting up column templates in the Razor view engine. I keep getting this error message:
Compiler Error Message: CS1002: ; expected
And here's my code sample. Any ideas?
if (!string.IsNullOrWhiteSpace(clpo.PrintOption.PrintOptionThumbnailUrl)) { @<text><img src="@(clpo.PrintOption.PrintOptionThumbnailUrl)" style="height:150px;width:150px;" alt="@(clpo.PrintOption.PrintOptionName)" /></text>}