Version

navigateUrl Property

Returns the url associated with the Node object. When the node is clicked, the Url will be activated.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_navigateUrl() : String
function set_navigateUrl(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNode.get_navigateUrl();
See Also