@model WebsitePanel.WebDavPortal.Models.ErrorModel @{ ViewBag.Title = Model.HttpStatusCode; }

@Html.Raw(Model.Message) @Html.Raw(Model.Exception)