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.3.0 (2.1.3.622)

Syntax

C#
public interface ICanonicalizableCommandFormatter : ICommandFormatter
Visual Basic (Declaration)
Public Interface ICanonicalizableCommandFormatter _
	Implements ICommandFormatter
Visual C++
public interface class ICanonicalizableCommandFormatter : ICommandFormatter

See Also