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