@model Client @{ ViewData["Title"] = "Edit"; }

Edit

Client


@Html.DropDownList("Type")
Back to List