Skip to content

Instantly share code, notes, and snippets.

@contensis
Last active October 7, 2015 08:19
Show Gist options
  • Save contensis/19bceea9569c923ede03 to your computer and use it in GitHub Desktop.
Save contensis/19bceea9569c923ede03 to your computer and use it in GitHub Desktop.
@using (Html.BeginContensisForm("MyAction", "api/MyApiController"))
{
@Html.ValidationSummary("Validation Summary", new { @class = "validation-summary-class" })
Html markup for inputs in here
@Html.ContensisFormSummary("<p>The result from the ApiContoller is:</p>", new { @class = "myFormSummaryClass" })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment