SVGAElementBuilder.HrefLang
SVGAElementBuilder.HrefLang method
Sets the ‘hreflang’ attribute of the SVG ‘a’ element, indicating the language of the linked resource.
public SVGAElementBuilder HrefLang(string value)
Parameter | Type | Description |
---|---|---|
value | String | The language code of the linked resource. |
Return Value
The current instance of SVGAElementBuilder for method chaining.
See Also
- class SVGAElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG