London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface INestedStringFragment

States the representation of nested fragments in content. That is a fragment can have an internal format (db) and an external format.

Namespace: EPiServer.Core.Html.StringParsing
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface INestedStringFragment : IStringFragment, IReferenceMap
Remarks

The implemented class should marked as Serializable or implement ISerializable interface

Properties

Fragments

Gets the fragments.

Declaration
StringFragmentCollection Fragments { get; }
Property Value
Type Description
StringFragmentCollection

Extension Methods