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