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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
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