Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created February 2, 2022 14:55
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/31caa3464681b384da960a6978c54545 to your computer and use it in GitHub Desktop.
Save bjoerntx/31caa3464681b384da960a6978c54545 to your computer and use it in GitHub Desktop.
[HttpPost]
public string HandleSignature(
[FromBody] TXTextControl.Web.MVC.DocumentViewer.Models.SignatureData data)
{
var test = data.SignedDocument.Document; // signed document
// ...
return "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment