RouteTable.Routes.Remove(RouteTable.Routes["test-page"])
the above mentioned RouteTable is not working in .NetCore 6.0
Is this any alternate available to remove the item from RouteTable?
RouteTable.Routes.Remove(RouteTable.Routes["test-page"])
the above mentioned RouteTable is not working in .NetCore 6.0
Is this any alternate available to remove the item from RouteTable?