Skip to content

How to make route patterns work? #10100

Answered by xperiandri
xperiandri asked this question in Q&A
Discussion options

You must be logged in to vote

Interesting, after I started the app with

routes.MapAreaControllerRoute(
    name: "Bitrix24.Tenant",
    areaName: "Bitrix24.Tenant",
    pattern: "{controller=Home}/{action=Index}"
);

it started to work.
Then I switched back to

routes.MapAreaControllerRoute(
    name: "Bitrix24.Tenant",
    areaName: "Bitrix24.Tenant",
    pattern: "{controller}/{action=Index}"
);

and it works too

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by xperiandri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant