This interface is implemented by classes that will format a navigation command
type. Implementing this interface allows the use of an
IDimensionValueCollectionCanonicalizer
when formatting the command keyword string.
Namespace:
Endeca.Web.Url.Seo.Formatting
Assembly:
Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface ICanonicalizableCommandFormatter _
Implements ICommandFormatter |
| Visual C++ |
|---|
public interface class ICanonicalizableCommandFormatter : ICommandFormatter |
See Also