1. URL Pattern - You can contain placeholders in a URL pattern so that variable data can be passed to the request handler without having a query string.
2. Handler - The handler can be a physical file such as an .aspx file or a controller class.
3. Name for the Route - Name is optional.