Returns the drilldown URL for the specified label.

Namespace: Endeca.Navigation.Charting
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
string GetLabelURL(
	Label label,
	HttpRequest request
)
Visual Basic
Function GetLabelURL ( _
	label As Label, _
	request As HttpRequest _
) As String
Visual C++
String^ GetLabelURL(
	Label^ label, 
	HttpRequest^ request
)

Parameters

label
Type: Endeca.Navigation.Charting..::..Label
The label (a Label object).
request
Type: System.Web..::..HttpRequest
The current request, for help in formulating the URL.

Return Value

The drilldown URL for the label. Returns null to disable drilldown for this label.

See Also