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)
Parameter | Type | Description |
---|---|---|
value | String | The URL of the external script file. |
Return Value
The current instance of SVGScriptElementBuilder for method chaining.
See Also
- class SVGScriptElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG