Interface ISVGURIReference
Interface ISVGURIReference
Namespace: Aspose.Html.Dom.Svg
Assembly: Aspose.HTML.dll (25.2.0)
Interface SVGURIReference defines an interface which applies to all elements which have the collection of XLink attributes, such as ‘xlink:href’, which define a URI reference.
[ComVisible(true)]
[DOMNoInterfaceObject]
[DOMObject]
public interface ISVGURIReference
Properties
Href
Corresponds to attribute ‘xlink:href’ on the given element.
[DOMName("href")]
SVGAnimatedString Href { get; }