Skip to content

Instantly share code, notes, and snippets.

@AndyButland
Last active May 30, 2023 15:42
Show Gist options
  • Save AndyButland/50421fbe93a5465fac0c8d312f915c28 to your computer and use it in GitHub Desktop.
Save AndyButland/50421fbe93a5465fac0c8d312f915c28 to your computer and use it in GitHub Desktop.
public async Task<ActionResult> SubmitEntry(
Guid id,
[FromBody] [ModelBinder(typeof(FormEntryDtoModelBinder))] FormEntryDto entry)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment