Select from following answers:- URL Pattern
- Handler
- Name for the Route
- All of the above.

- All Above
Above all things which are to specify a Route in MVC.
URL Pattern - You can include placeholders in a URL pattern so that variable data can be passed to the request handler without requiring a query string.
Handler - The handler can be a physical file such as an .aspx file or a controller class.
Name for the Route - Name is optional.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator