@model string @if (Model != null) { if (this.ViewContext.RouteData.Values["action"].ToString().ToLower() == "details") { @Html.Raw(Model) } else { if (Model.Length > 20) {