Class LinkAttributeMatcher
Default implementation of ILinkAttributeMatch
Inheritance
System.Object
LinkAttributeMatcher
Implements
Namespace: EPiServer.Core.Html.StringParsing.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[ServiceConfiguration]
public class LinkAttributeMatcher : Object, ILinkAttributeMatch
Constructors
LinkAttributeMatcher()
Declaration
public LinkAttributeMatcher()
Methods
IsLinkAttribute(ElementFragment, AttributeFragment)
Determines whether specified attribute on specified element can contain a link.
Declaration
public bool IsLinkAttribute(ElementFragment elementFragment, AttributeFragment attributeFragment)
Parameters
Type | Name | Description |
---|---|---|
ElementFragment | elementFragment | The element fragment. |
AttributeFragment | attributeFragment | The attribute fragment. |
Returns
Type | Description |
---|---|
System.Boolean |
|