SVGBuilderExtensions.Href
SVGBuilderExtensions.Href<TBuilder> method
Sets the ‘href’ attribute for an SVG element, specifying a URL to link to.
public static TBuilder Href<TBuilder>(this TBuilder builder, string value)
where TBuilder : ISVGElementBuilder, IAnimationTargetElementAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The SVG element builder. |
value | The URL to link to. |
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
- interface IAnimationTargetElementAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG