Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created October 16, 2023 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/ad40749dab0f2b1d52313401fa1d5763 to your computer and use it in GitHub Desktop.
Save bjoerntx/ad40749dab0f2b1d52313401fa1d5763 to your computer and use it in GitHub Desktop.
@{
Html.BeginForm("MergeDocument", "Home", FormMethod.Get);
{
<div>
<input type="submit" value="Merge Document" />
</div>
}
Html.EndForm();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment