@model HandleErrorInfo @{ ViewBag.Title = "Error"; if (Model.ControllerName == "CreateLog") { Layout = "~/Views/Shared/_Layout.cshtml"; } }