Class LinkAttributeMatcherLocator
Locator that handles the global instance of ILinkAttributeMatch
Inheritance
System.Object
LinkAttributeMatcherLocator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core.Html.StringParsing
Assembly: EPiServer.dll
Version: 9.12.2Syntax
[Obsolete("Retrieve ILinkAttributeMatch via the service locator.")]
public static class LinkAttributeMatcherLocator
Properties
LinkAttributeMatcher
Gets or sets the link attribute matcher to be used.
Declaration
[Obsolete("Retrieve this instance via the service locator.")]
public static ILinkAttributeMatch LinkAttributeMatcher { get; set; }
Property Value
Type | Description |
---|---|
ILinkAttributeMatch | The link attribute matcher. |