Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Last active July 20, 2020 00:03
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 xximjasonxx/afbc2d02616eea268f61d7f419aa8393 to your computer and use it in GitHub Desktop.
Save xximjasonxx/afbc2d02616eea268f61d7f419aa8393 to your computer and use it in GitHub Desktop.
[HttpPost]
public IActionResult Login([FromForm]LoginFormViewModel viewModel)
{
return Ok();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment