ASP.NET Core Practice Test
ASP.NET Core Routing & Controllers 2
Which attribute binds an action parameter from the URL route data?
Select your answer
A
[FromRoute]
B
[FromQuery]
C
[FromBody]
D
[FromHeader]
Hint