@model ErrorViewModel @{ ViewData["Title"] = "Alert"; }

Alert

@Model.ErrMsg

@if (!string.IsNullOrEmpty(Model.Field1)) {

@Model.Field1_lbl: @Model.Field1

} @if (!string.IsNullOrEmpty(Model.Field2)) {

@Model.Field2_lbl: @Model.Field2

} @if (!string.IsNullOrEmpty(Model.Field3)) {

@Model.Field3_lbl: @Model.Field3

} @if (!string.IsNullOrEmpty(Model.BackPage)) {

Back url: @Model.BackPage


Indietro } else {
}