Код: Выделить всё
public enum HeightTypes{ Tall, Short}
Код: Выделить всё
@if (Model.Meta.Height == HeightTypes.Tall)
Подробнее здесь: https://stackoverflow.com/questions/664 ... ge-in-mvc3
Код: Выделить всё
public enum HeightTypes{ Tall, Short}
Код: Выделить всё
@if (Model.Meta.Height == HeightTypes.Tall)