@using LeafWeb.WebCms.Controllers @using LeafWeb.WebCms.Utility @model Tuple @{ var leafInputId = Model.Item1; var identifier = Model.Item2; } @using (Html.BeginUmbracoForm("Cancel", null, new { @class = "confirm clearfix", confirm_msg = "Cancelling cannot be undone! Confirm cancelling '" + identifier + "'." })) { }