Returns the drilldown URL for this value.
            
Namespace: Endeca.Navigation.ChartingAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
 Syntax
Syntax
| C# | 
|---|
| string GetValueURL( Cell val, HttpRequest request ) | 
| Visual Basic | 
|---|
| Function GetValueURL ( _ val As Cell, _ request As HttpRequest _ ) As String | 
| Visual C++ | 
|---|
| String^ GetValueURL( Cell^ val, HttpRequest^ request ) | 
Parameters
- val
- Type: Endeca.Navigation.Charting..::..Cell
 The value (a Cell object).
- request
- Type: System.Web..::..HttpRequest
 The current request, for help in formulating the URL.





