Change destination/redirect to another URL after publish #13910
-
Good evening, I would like to change/redirect user after publish a content item but I don't know how to do it. I have tried to create a specific content handler class that implement Is it the right way to do this things? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
you should be able to change the You should look at the code in |
Beta Was this translation helpful? Give feedback.
You can use
ContentHandlerBase
to add the new created ContentItem to the HttpContext.Feature collection and then use a filter to access that new contenItem with something like this