Gets Link click url.

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

Syntax

C#
string LinkClick(
	string link,
	int tabId,
	int moduleId
)
Visual Basic
Function LinkClick ( 
	link As String,
	tabId As Integer,
	moduleId As Integer
) As String

Parameters

link
Type: System..::..String
The link.
tabId
Type: System..::..Int32
The tab ID.
moduleId
Type: System..::..Int32
The module ID.

Return Value

Formatted url.

See Also