(Choose 1 answer)
How can you pass multiple dynamic values in the route template of an ASP.NET Core Web API endpoint?
A. By using the [MultipleValues] attribute on the route parameter
B. By passing the values as query string parameters
C. By separating the values using commas (.)
D. By using multiple route parameters in the route template