A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface INestedFragmentElementHandler

Handles nested element fragments

Namespace: EPiServer.Core.Html.StringParsing
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface INestedFragmentElementHandler : IFragmentElementHandler

Properties

NestedFragmentProcessor

Gets or sets a delegate to the fragment processor to use for nested elements.

Declaration
Action<FragmentParserContext> NestedFragmentProcessor { get; set; }
Property Value
Type Description
System.Action<FragmentParserContext>

Extension Methods