(Choose 1 answer)
How can you include route parameters in Attribute Routing?
A. By adding the parameter name directly in the route template
B. By adding curly braces {} around the parameter name in the route template
C. By using the [RouteParam] attribute before the parameter name in the action method
D. By adding square brackets [] around the parameter name in the route template
FUO