Initializes a new UrlBuilder that is associated with the specified UrlManager.

Namespace:  Endeca.Web.Url
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public UrlBuilder(
	UrlManager manager
)
Visual Basic (Declaration)
Public Sub New ( _
	manager As UrlManager _
)
Visual C++
public:
UrlBuilder(
	UrlManager^ manager
)

Parameters

manager
Type: Endeca.Web.Url..::.UrlManager
Manager representing the state this builder uses to create URLs.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionif manager is null.

See Also