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