The ICommandFormatter to use for creating the formatted keyword string for RecordDetailsCommand. This formatter is used to render directory-style (path-encoded) keywords for record detail 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 ICommandFormatter RecordDetailsCommandFormatter { get; set; }
Visual Basic (Declaration)
Public Property RecordDetailsCommandFormatter As ICommandFormatter
Visual C++
public:
property ICommandFormatter^ RecordDetailsCommandFormatter {
	ICommandFormatter^ get ();
	void set (ICommandFormatter^ value);
}

See Also