User-646145796 posted
Hi,
If you want to redirect the web page via user, we only need to get user name then do some action according with the user name. In web application, when logged, we can use
User.Identity.Name!
to get the user name. Hope it helps, if misunderstanding, please feel free to let me know.
Regards