SVGScriptElementBuilder.Href

SVGScriptElementBuilder.Href method

Sets the ‘href’ attribute of the SVG ‘script’ element, specifying the URL of an external script file.

public SVGScriptElementBuilder Href(string value)
ParameterTypeDescription
valueStringThe URL of the external script file.

Return Value

The current instance of SVGScriptElementBuilder for method chaining.

See Also