SP.NavigationNode.url Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the URL stored with the navigation node.
var value = SP.NavigationNode.get_url();
SP.NavigationNode.set_url(value);
Property Value
Type: String
Applies To
Remarks
It must be a URL of relative form if IsExternal is false. It must be a URL of relative or absolute form.