Click or drag to resize

WikiLinkAnchor Property

This is preliminary documentation and is subject to change.

For wikilink expression in the form [[target|anchor]], excluding the square brackets, gets the actual displayed text (anchor) for the link.

Namespace: WikiClientLibrary
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public string? Anchor { get; }

Property Value

String
Remarks
For the actual text this wikilink should show, use DisplayText.
See Also