Kizspy | Question: 43
(Choose 1 answer)
How do you add query strings to a URL in ASP.NET Core Web API?
A. By appending the parameters directly to the route template
B. By using the [QueryString] attribute in the action method's parameters
C. By using the [From Query] attribute in the action method's parameters
D. By adding them as headers in the request