| 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: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string? Anchor { get; }
Public ReadOnly Property Anchor As String
Get
Dim instance As WikiLink
Dim value As String
value = instance.Anchor
public:
property String^ Anchor {
String^ get ();
}
member Anchor : string with get
Property Value
StringRemarks For the actual text this wikilink should show, use
DisplayText.
See Also