I have a form that shows some polymorph data. It looks something like this:
@model MyObject @using (Html.BeginForm()) { @Html.EditorFor(model => model.Name