Gets a UrlBuilder that can be used to construct URLs representing the state of the commands and data sources that have been registered with this manager.

Namespace:  Endeca.Web.Url
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public UrlBuilder Urls { get; }
Visual Basic (Declaration)
Public ReadOnly Property Urls As UrlBuilder
Visual C++
public:
property UrlBuilder^ Urls {
	UrlBuilder^ get ();
}

See Also