Click or drag to resize

WikiLinkTargetSite Property

This is preliminary documentation and is subject to change.

Gets the wiki site containing the specified page title, if such information is available.

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

Property Value

WikiSite
If the parsed wikilink expression does not contain interwiki prefix, this property is the same as Site. If this wikilink is parsed with no IWikiFamily provided, while it contains interwiki prefix, this property will be null.
See Also