So, simple question really. :)
I had this following code with ASPX View Engine:
<%: ((City)Model.Location).Name %&g
Does @(((City)Model.Location).Name) work? I think it's thinking the expression contained within @() is closed.
@(((City)Model.Location).Name)
@()