• @if (DeviceInfo.Idiom == DeviceIdiom.Desktop || DeviceInfo.Idiom == DeviceIdiom.Tablet) { @if (this.ShowIcon) { } @this.Text } else { @if (this.ShowIcon) { } @this.Text }