Initializes a new instance of the StringFragmentCollection class.

Namespace:  EPiServer.Core.Html.StringParsing
Assembly:  EPiServer (in EPiServer.dll) Version: 6.1.379.0

Syntax

C#
public StringFragmentCollection(
	IEnumerable<IStringFragment> stringFragments
)

Parameters

stringFragments
Type: System.Collections.Generic..::.IEnumerable<(Of <(IStringFragment>)>)
The string fragments.

See Also