Exposes the different fragments in the underlying xhtml string. Can be used by rendering control to put fragments in rendered pages control collection

Namespace:  EPiServer.SpecializedProperties
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public List<IStringFragment> StringFragments { get; }

Field Value

The string fragments.

See Also