This interface is implemented by classes that reorder the elements of a
IEnumerable<(Of <(T>)>) for consistent ordering during formatting.
The
IEnumerable<(Of <(T>)>) often represents a navigation state
or the
DimensionValues on a
Record.
Namespace:
Endeca.Web.Url.Seo.Canonicalizers
Assembly:
Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
Syntax
| C# |
|---|
public interface IDimensionValueCollectionCanonicalizer |
| Visual Basic (Declaration) |
|---|
Public Interface IDimensionValueCollectionCanonicalizer |
| Visual C++ |
|---|
public interface class IDimensionValueCollectionCanonicalizer |
See Also