Wednesday 12 January 2022

globals.navigateurl is obsolete

 

DotNetNuke.Common.Globals.NavigateURL() in Dnn 8, but in DNN 9 use the following 


  • PortalSettings.ActiveTab.FullUrl to replace NavigateURL()
  • Response.Redirect(EditURL()) to replace NavigateURL() with parameters