Forum Discussion

DotCat1985's avatar
DotCat1985
Copper Contributor
Jul 24, 2024

Replace existing map route in ASP.NET Core

How can I replace the existing action routes
 
/login
/user-registration
...
 
with the following localized routes?

/en/login
/it/login
 
/en/user-registration
/it/registrazione-utente
 
...
 
en, it refer to the culture.
I would like replace these routes only inside Startup.cs written in ASP.NET Core 8.
No RepliesBe the first to reply

Resources