Follow the code:
@using (Ajax.BeginForm("Action", "Controller", new AjaxOptions { HttpMethod = "POST", OnSuccess = "OnSuccess", Confirm= "Tem certeza ?" }, new { @class = "form-horizontal", role = "form" }))
{
}
How can I customize a...
asked by
04.04.2017 / 00:41