This default constructor initializes data structures and default values. Sets the PathSeparatorToken to '_' (underscore). Sets the PathKeyValueSeparator to '-' (dash). Instantiates the CommandCollectionSerializer to a new instance of the SeoCommandCollectionSerializer. Instantiates the ParameterMapModifier to a new instance of the EmptyParameterMapModifier.

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

Syntax

C#
public BaseSeoUrlProvider()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
BaseSeoUrlProvider()

See Also