So, simple question really. :)
I had this following code with ASPX View Engine:
<%: ((City)Model.Location).Name %&g
Also, for slightly easier reading...
@( (Model.Location as City).Name )