- @ViewBag.Event.PublishDate.ToString("dd MMM yyyy")
- @ViewBag.Event["Location"]
@ViewBag.Event.Title
@Html.Raw(ViewBag.Event.Description)
@{
string galleryPath = Convert.ToString(ViewBag.Event["Gallery Path"]);
}
@if (!string.IsNullOrWhiteSpace(galleryPath))
{
}