Class XhtmlStringIndexer
Implementation of softlink parsing for XhtmlString.
Namespace: EPiServer.SpecializedProperties.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[ServiceConfiguration]
public class XhtmlStringIndexer : Object, IPropertySoftLinkIndexer<XhtmlString>, IPropertySoftLinkIndexer
Constructors
XhtmlStringIndexer(IPermanentLinkMapper, SoftLinkFactory)
Initializes a new instance of the Xhtml
Declaration
public XhtmlStringIndexer(IPermanentLinkMapper permanentLinkMapper, SoftLinkFactory softLinkFactory)
Parameters
Type | Name | Description |
---|---|---|
IPermanent |
permanentLinkMapper | |
Soft |
softLinkFactory |
Methods
HandleContentFragmentsWithLinks(HashSet<SoftLink>, IEnumerable<ContentFragment>, IContent)
Adds softlinks from contentFragments
.
Declaration
protected virtual void HandleContentFragmentsWithLinks(HashSet<SoftLink> softLinks, IEnumerable<ContentFragment> contentFragments, IContent owner)
Parameters
Type | Name | Description |
---|---|---|
System. |
softLinks | |
System. |
contentFragments | |
IContent | owner |
HandleElementsWithLinks(HashSet<SoftLink>, IEnumerable<ElementFragment>, IContent)
Adds softlinks from elements
.
Declaration
protected virtual void HandleElementsWithLinks(HashSet<SoftLink> softLinks, IEnumerable<ElementFragment> elements, IContent owner)
Parameters
Type | Name | Description |
---|---|---|
System. |
softLinks | |
System. |
elements | |
IContent | owner |
ResolveReferences(XhtmlString, IContent)
Returns Soft
Declaration
public virtual IEnumerable<SoftLink> ResolveReferences(XhtmlString xHtmlString, IContent owner)
Parameters
Type | Name | Description |
---|---|---|
Xhtml |
xHtmlString | |
IContent | owner |
Returns
Type | Description |
---|---|
System. |