Create a UrlProvider configuration element with the passed in urlManagerId and associated Type.

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

Syntax

C#
public UrlProvider(
	string urlManagerId,
	Type typeName
)
Visual Basic (Declaration)
Public Sub New ( _
	urlManagerId As String, _
	typeName As Type _
)
Visual C++
public:
UrlProvider(
	String^ urlManagerId, 
	Type^ typeName
)

Parameters

urlManagerId
Type: System..::.String
typeName
Type: System..::.Type

See Also