| SVGFilterElementHref Property |
Corresponds to attribute ‘xlink:href’ on the given element.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic SVGAnimatedString Href { get; }Public ReadOnly Property Href As SVGAnimatedString
Get
public:
virtual property SVGAnimatedString^ Href {
SVGAnimatedString^ get () sealed;
}abstract Href : SVGAnimatedString with get
override Href : SVGAnimatedString with get
Property Value
Type:
SVGAnimatedString
The ‘xlink:href’ of the given element.
Implements
ISVGURIReferenceHref
See Also