Generates the correctly formatted friendly URL

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

Syntax

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

Parameters

tab
Type: DotNetNuke.Entities.Tabs..::..TabInfo
The current tab
path
Type: System..::..String
The path to format.
pageName
Type: System..::..String
The page to include in the url.

Return Value

The formatted (friendly) URL

Remarks

This overload includes an optional page to include in the url.

See Also