@model Vehicle @{ var isNew = Model.Id == 0; if (Model.ImageLocation == "/defaults/noimage.png") { Model.ImageLocation = ""; } }