@if (string.IsNullOrEmpty(ViewBag.Name)) { @: } else { @:ViewBag.Name }
@(ViewBag.Name ?? Html.Raw(" "))