Skip to content

Instantly share code, notes, and snippets.

@digitalParkour
Created September 25, 2017 22:33
Show Gist options
  • Select an option

  • Save digitalParkour/83986eb50b83f3d661111d2e7cf4a9e7 to your computer and use it in GitHub Desktop.

Select an option

Save digitalParkour/83986eb50b83f3d661111d2e7cf4a9e7 to your computer and use it in GitHub Desktop.
@using Community.Foundation.Mvc
@model ExampleModel
<div class="component">
<p>Form A</p>
<form method="post">
@Html.MultiformPostProtection()<!-- Becomes: <input type="hidden" name="__FormToken" value="FormA" /> -->
@Html.AntiForgeryToken()
<input type="submit"/>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment