The ICanonicalizableCommandFormatter to use for creating the formatted keyword string for NavigationCommand. This formatter is used to render directory-style (path-encoded) keywords for navigation and search pages.

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

Syntax

C#
public ICanonicalizableCommandFormatter NavigationCommandFormatter { get; set; }
Visual Basic (Declaration)
Public Property NavigationCommandFormatter As ICanonicalizableCommandFormatter
Visual C++
public:
property ICanonicalizableCommandFormatter^ NavigationCommandFormatter {
	ICanonicalizableCommandFormatter^ get ();
	void set (ICanonicalizableCommandFormatter^ value);
}

See Also