@model Dictionary @foreach (var posDataItem in Model) { @if (!string.IsNullOrEmpty(posDataItem.Key)) { } else { } }
@posDataItem.Key @if (posDataItem.Value is string) { @posDataItem.Value } else { } @if (posDataItem.Value is string) { @posDataItem.Value } else { }