My code route code is below;
routeBuilder.MapRoute("Plugin.Rewards.RewardOperations.CancelOrder",
"Admin/Order/Edit/{orderId}",
new { controller = "RewardOperationAdminController", action = "CancelOrder", area = "admin" });
In plugin is other methods and routes running. I don't have problem other methods.
Please, can you help me?
Thank you...