SVGAElementBuilder.Download

SVGAElementBuilder.Download method

Sets the ‘download’ attribute of the SVG ‘a’ element, indicating that the link is to be downloaded when activated.

public SVGAElementBuilder Download(string value)
ParameterTypeDescription
valueStringThe filename for the downloaded file.

Return Value

The current instance of SVGAElementBuilder for method chaining.

See Also