Three Segments:
1st Segment - Controller Name
2nd Segment - Action Method Name
3rd Segment - Parameter that is passed to the action method
Example: http://localhost:1325/Customer/Details/5
Controller Name = Customer
Action Method Name = Details
Parameter Id = 5