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

Class XhtmlStringIndexer

Implementation of softlink parsing for XhtmlString.

Inheritance
System.Object
XhtmlStringIndexer
Namespace: EPiServer.SpecializedProperties.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class XhtmlStringIndexer : Object, IPropertySoftLinkIndexer<XhtmlString>, IPropertySoftLinkIndexer

Constructors

XhtmlStringIndexer(IPermanentLinkMapper, SoftLinkFactory)

Initializes a new instance of the XhtmlStringIndexer class.

Declaration
public XhtmlStringIndexer(IPermanentLinkMapper permanentLinkMapper, SoftLinkFactory softLinkFactory)
Parameters
Type Name Description
IPermanentLinkMapper permanentLinkMapper
SoftLinkFactory softLinkFactory

Methods

Adds softlinks from contentFragments.

Declaration
protected virtual void HandleContentFragmentsWithLinks(HashSet<SoftLink> softLinks, IEnumerable<ContentFragment> contentFragments, IContent owner)
Parameters
Type Name Description
System.Collections.Generic.HashSet<SoftLink> softLinks
System.Collections.Generic.IEnumerable<ContentFragment> contentFragments
IContent owner

Adds softlinks from elements.

Declaration
protected virtual void HandleElementsWithLinks(HashSet<SoftLink> softLinks, IEnumerable<ElementFragment> elements, IContent owner)
Parameters
Type Name Description
System.Collections.Generic.HashSet<SoftLink> softLinks
System.Collections.Generic.IEnumerable<ElementFragment> elements
IContent owner

ResolveReferences(XhtmlString, IContent)

Returns SoftLink references for all linked content items.

Declaration
public virtual IEnumerable<SoftLink> ResolveReferences(XhtmlString xHtmlString, IContent owner)
Parameters
Type Name Description
XhtmlString xHtmlString
IContent owner
Returns
Type Description
System.Collections.Generic.IEnumerable<SoftLink>

Implements

Extension Methods