Try our conversational search powered by Generative AI!

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