getQSParamsForNavigateURL builds up a new querystring. This is necessary in order to prep for navigateUrl. we don't ever want a tabid, a ctl and a language parameter in the qs either, the portalid param is not allowed when the tab is a supertab (because NavigateUrl adds the portalId param to the qs)

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string[] GetQSParamsForNavigateURL()
Visual Basic
Public Shared Function GetQSParamsForNavigateURL As String()

Return Value

returnsM:DotNetNuke.Common.Utilities.UrlUtils.GetQSParamsForNavigateURL

See Also