 | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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
String
RemarksFor the actual text this wikilink should show, use
DisplayText.
See Also