Specifies the IDimensionValueCollectionCanonicalizer used to sort the navigation
parameter value and formatted keyword string before generating a URL string. If nothing is
specified, the formatted string and dimension values are not canonicalized.
Namespace:
Endeca.Web.Url.SeoAssembly: Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
Syntax
| C# |
|---|
public IDimensionValueCollectionCanonicalizer NavigationCommandCanonicalizer { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property NavigationCommandCanonicalizer As IDimensionValueCollectionCanonicalizer |
| Visual C++ |
|---|
public: property IDimensionValueCollectionCanonicalizer^ NavigationCommandCanonicalizer { IDimensionValueCollectionCanonicalizer^ get (); void set (IDimensionValueCollectionCanonicalizer^ value); } |