Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nick Hillman 17 posts 130 karma points
    Feb 04, 2022 @ 13:15
    Nick Hillman
    0

    Umbraco 9: Page redirect

    Hi

    I'm trying to create a user definable redirect page in Umbraco 9 as I migrate from version 8. I did this previously using a simple...

    response.redirect("url")

    ... statement, however this no longer seems to be supported in .net Core.

    So I need a new solution for umbraco 9. Any ideas?

  • Nick Hillman 17 posts 130 karma points
    Feb 04, 2022 @ 14:56
    Nick Hillman
    103

    I resolved this issue with the following code...

    Context.Response.Redirect(Url.Content(@myUrlString));

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies