@Html.TitleForPage(T("Add Widget").ToString())

@using (Html.BeginFormAntiForgeryPost()) { @Html.ValidationSummary() // Model is a Shape, calling Display() so that it is rendered using the most specific template for its Shape type @Display(Model) }