Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface INestedFragmentElementHandler

Handles nested element fragments

Namespace: EPiServer.Core.Html.StringParsing
Assembly: EPiServer.dll
Version: 12.0.3
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