TryGetEffectiveHrefString(SvgElement, out String) Method

Definition

Namespace Svg
Assembly Svg.Custom.dll

Attempts to get the effective href as authored text.

public static bool TryGetEffectiveHrefString(this SvgElement element, scoped out string href)

Parameters

element
SvgElement

The element to inspect.

href
String

The effective href text when present.

Returns

Boolean
true when an effective href value was found.