Gets or sets the IStringFormatter to be applied to each dimension value in DimensionValuePath.Intermediates and the DimensionValuePath.Last. If the value is null this portion of the DimensionValuePath will not be present in the output 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 IStringFormatter PathFormatter { get; set; }
Visual Basic (Declaration)
Public Property PathFormatter As IStringFormatter
Visual C++
public:
property IStringFormatter^ PathFormatter {
	IStringFormatter^ get ();
	void set (IStringFormatter^ value);
}

See Also