ShortCuts verwalten

@foreach (var sc in ShortcutList) {
@if (sc.Recommended) { Empfohlen } @sc.Name
@if (!sc.Recommended) {
}
}