@model PersonForm @{ ViewData["Title"] = "Edit person"; ViewData["FormAction"] = "Edit"; }

Edit person

@section Scripts { }