The collection of IStringFormatters that will be successively applied to the input when Format(String) is called

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 StringFormatterCollection StringFormatters { get; }
Visual Basic (Declaration)
Public ReadOnly Property StringFormatters As StringFormatterCollection
Visual C++
public:
property StringFormatterCollection^ StringFormatters {
	StringFormatterCollection^ get ();
}

See Also