| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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.
Remarks For wikilink without interwiki prefix, this property has the same value as .
See Also