@{ ViewData["Title"] = "DropWithImage"; Layout = "~/Views/Shared/_Layout.cshtml"; }

DropWithImage

@using WebApplication6.Data //ImageOption class reference @{ var ddloptins = (List) ViewBag.DDLOptions; }
    @section Scripts{ }