Formats the help URL, adding query-string parameters and a protocol (if missing).

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

Syntax

C#
public static string FormatHelpUrl(
	string HelpUrl,
	PortalSettings objPortalSettings,
	string Name
)
Visual Basic
Public Shared Function FormatHelpUrl ( 
	HelpUrl As String,
	objPortalSettings As PortalSettings,
	Name As String
) As String

Parameters

HelpUrl
Type: System..::..String
The help URL.
objPortalSettings
Type: DotNetNuke.Entities.Portals..::..PortalSettings
The portal settings.
Name
Type: System..::..String
The name of the module.

Return Value

Formatted URL.

See Also