SVGAElementBuilder.Ping

SVGAElementBuilder.Ping method

Sets the ‘ping’ attribute of the SVG ‘a’ element, containing a list of URLs to be notified if the link is followed.

public SVGAElementBuilder Ping(string value)
ParameterTypeDescription
valueStringThe list of URLs for pingback.

Return Value

The current instance of SVGAElementBuilder for method chaining.

See Also