Interface INestedFragmentElementHandler
Handles nested element fragments
Namespace: EPiServer.Core.Html.StringParsing
Assembly: EPiServer.dll
Version: 11.20.7Syntax
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> |