 | 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: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic WikiSite? TargetSite { get; }
Public ReadOnly Property TargetSite As WikiSite
Get
Dim instance As WikiLink
Dim value As WikiSite
value = instance.TargetSite
public:
property WikiSite^ TargetSite {
WikiSite^ get ();
}
member TargetSite : WikiSite with 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