SVGAElementBuilder.Href
SVGAElementBuilder.Href method
Sets the ‘href’ attribute of the SVG ‘a’ element, specifying the URL of the linked resource.
public SVGAElementBuilder Href(string value)
Parameter | Type | Description |
---|---|---|
value | String | The URL to link to. |
Return Value
The current instance of SVGAElementBuilder for method chaining.
See Also
- class SVGAElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG