MarkdownUtilitiesIsLinkInElement Method |
Determines whether the given url points to anywhere inside the given Markdig element.
Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsLinkInElement(
string url,
MarkdownObject element
)
Parameters
- url String
- The URL.
- element MarkdownObject
- The Markdig element.
Return Value
Booleantrue if the given
url points to anywhere inside the given Markdig
element.; otherwise,
false.
See Also