Replies: 1 comment
-
the areaName should correspond to your feature name, check if your feature name is "test"? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello I need some help please
I Add Logout function to my Custom Account controller and I put this Route in my module startup
routes.MapAreaControllerRoute(
name: "LogOff",
areaName: "Test.OrcharCore.User",
pattern: "Account/LogOff",
defaults: new { controller = "Account", action = "LogOff" }
);
And I add in my zone template this code
Logout but the problem is that when clicking on logout nothing happen and doesn't enter into the custom logoff function created in AccountControllerThank you ,
Beta Was this translation helpful? Give feedback.
All reactions