Click or drag to resize

MarkdownUtilitiesIsLinkInElement Method

Determines whether the given url points to anywhere inside the given Markdig element.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsLinkInElement(
	string url,
	MarkdownObject element
)

Parameters

url  String
The URL.
element  MarkdownObject
The Markdig element.

Return Value

Boolean
true if the given url points to anywhere inside the given Markdig element.; otherwise, false.
See Also