Created
August 18, 2024 13:20
Model Binding Action method
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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