 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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