(Choose 1 answer) 33/50-CAP
How can route parameters be defined in React Router?
A. By using the path prop with placeholders in the <Route> component
B. By using the params prop in the <Route> component
C. By accessing them directly from the URL
D. By using the match object passed to the component