Generates the correctly formatted friendly URL

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

Syntax

C#
string FriendlyUrl(
	TabInfo tab,
	string path,
	PortalSettings settings
)
Visual Basic
Function FriendlyUrl ( 
	tab As TabInfo,
	path As String,
	settings As PortalSettings
) As String

Parameters

tab
Type: DotNetNuke.Entities.Tabs..::..TabInfo
The current tab
path
Type: System..::..String
The path to format.
settings
Type: DotNetNuke.Entities.Portals..::..PortalSettings
The portal settings

Return Value

The formatted (friendly) URL

Remarks

This overload includes the portal settings for the site

See Also