Gets Link click url.

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

Syntax

C#
public static string LinkClick(
	string Link,
	int TabID,
	int ModuleID,
	bool TrackClicks
)
Visual Basic
Public Shared Function LinkClick ( 
	Link As String,
	TabID As Integer,
	ModuleID As Integer,
	TrackClicks As Boolean
) As String

Parameters

Link
Type: System..::..String
The link.
TabID
Type: System..::..Int32
The tab ID.
ModuleID
Type: System..::..Int32
The module ID.
TrackClicks
Type: System..::..Boolean
if set to true [track clicks].

Return Value

Formatted url.

See Also