 | WikiLinkTarget Property |
This is preliminary documentation and is subject to change.
Gets the full wikilink target expression. (interwiki:Namespace:Title#Section)
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string Target { get; }Public ReadOnly Property Target As String
Get
Dim instance As WikiLink
Dim value As String
value = instance.Target
public:
property String^ Target {
String^ get ();
}member Target : string with 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.
RemarksFor wikilink without interwiki prefix, this property has the same value as .
See Also