Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created February 11, 2022 11:31
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/e01c1b28b44f50f6549d176fb427600d to your computer and use it in GitHub Desktop.
Save bjoerntx/e01c1b28b44f50f6549d176fb427600d to your computer and use it in GitHub Desktop.
@{Html.BeginForm("CreatePDF", "Home", FormMethod.Get);
{
<div>
<input type="submit" value="Create PDF Document" />
</div>
}
Html.EndForm();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment