C#C
C#4y ago
Nickolaki

How to use RedirectToAction(), RedirectToRoute() or Redirect() to specific endpoints on this Action?

I'm unsure on how to correct format the redirect as if only specify the action name it will always default to the /Job-Info path. I want to create redirects so that the endpath can be added too.

E.g. /Notes /Contacts, /Activities /Job-Info

Any help would be much appreciated!
Capture.PNG
Was this page helpful?