Multiple routes to the same razor page
问题 Background I've got a razor page in my Asp.Net Core 3.1 website called SignupAndApply. It's effectively a copy and paste of the register identity page but: With some additional fields Allows an optional applyid to be passed as part of the route If I pass an applyId as part of the route, I make a couple of label changes to the page and redirect the user somewhere else I want to create two routes for this page: /identity/account/signupandapply/{applyId?} 'when the user is applying and signing