ASP.NET Core Practice Test
ASP.NET Core Routing & Controllers
Which attribute defines a route template directly on an ASP.NET Core controller action?
Select your answer
A
[Route]
B
[HttpGet]
C
[Path]
D
[Endpoint]
Hint