Checking to see if ViewBag has a property or not, to conditionally inject JavaScript September 14, 2023 by Tarik @if (ViewBag.Error!=null) { // Injecting JavaScript here }