ASP.NET Core Practice Test
ASP.NET Core Routing & Controllers 3
What is the role of UseEndpoints() in ASP.NET Core routing?
Select your answer
A
It executes the endpoints matched by UseRouting()
B
It defines the routing table
C
It registers controllers with DI
D
It adds route constraints
Hint