Umbraco: Redirect on another content page in umbraco by c#

Umbraco provide a great way to redirect on another content page. For doing this id of content node is needed.
Here 1063 is content node Id in content section.

// Redirect to admin page.
 Response.Redirect(umbraco.library.NiceUrl(1063));

One thought on “Umbraco: Redirect on another content page in umbraco by c#

  1. Pingback: Umbraco: Redirect on another content page in umbraco by c# | [Code Destination]

Leave a comment