Skip to content

Instantly share code, notes, and snippets.

@prawiropanji
Created August 18, 2024 13:20
Model Binding Action method
[HttpGet]
[Route("Movies/Download")]
public IActionResult Download(int movieId, bool isSubscribed)
{
return Ok();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment