Click or drag to resize

WikiLinkTarget Property

This is preliminary documentation and is subject to change.

Gets the full wikilink target expression. (interwiki:Namespace:Title#Section)

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

Property Value

String
For wikilink expression in the form [[target|anchor]], gets the full page title (i.e. target part) for the link, including interwiki prefix and section name.
Remarks
For wikilink without interwiki prefix, this property has the same value as .
See Also