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)
ParameterTypeDescription
valueStringThe URL to link to.

Return Value

The current instance of SVGAElementBuilder for method chaining.

See Also