Error.cshtml 259 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 @model System.Web.Mvc.HandleErrorInfo @{ ViewBag.Title = "Ошибка"; } <hgroup class="title"> <h1 class="error">Ошибка.</h1> <h2 class="error">При обработке запроса произошла ошибка.</h2> </hgroup>