Last active
October 7, 2015 08:19
-
-
Save contensis/19bceea9569c923ede03 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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