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)
ParameterTypeDescription
valueStringThe language code of the linked resource.

Return Value

The current instance of SVGAElementBuilder for method chaining.

See Also