@using EnVisage.Code @using EnVisage.Code.HtmlHelpers @using EnVisage.Models @model ScenarioCopyModel @using (Ajax.BeginForm("CopyTo", "Scenario", new AjaxOptions { HttpMethod = "Post", OnSuccess = "onCopyToSuccess", OnFailure = "onCopyToFailure", UpdateTargetId = "copyToModal", OnBegin = "return CheckSelection();" }, new { @id = "copyToForm" })) { }