D8 - Derive the route_name for the views created page
You can derive the views route_name from the below pattern
view.{view_id}.{display_id}
{view_id} - Basically the machine name appears in the URL when you edit the view.
{display_id} - Hope the tab of every display to find the display ID(eg., page_1, page_2 etc.,)
Comments