Wiki |
This is preliminary documentation and is subject to change.
The WikiLink type exposes the following members.
| Name | Description | |
|---|---|---|
| Anchor | For wikilink expression in the form [[target|anchor]], excluding the square brackets, gets the actual displayed text (anchor) for the link. | |
| DisplayText | Gets the actual link text that should be shown. | |
| FullTitle | Gets the full title of the target page. (Namespace:Title) | |
| FullTitleAndSection | Gets the full page title and section part of the wikilink. (Namespace:Title#Section) | |
| InterwikiPrefix | Gets interwiki prefix of the wikilink. | |
| Namespace | Gets the namespace information. | |
| NamespaceName | Gets the namespace name. | |
| OriginalText | Gets the original wikitext expression that was passed to the Parse or ParseAsync methods. | |
| Section | Gets the section title of a section on the page. (Section) | |
| Site | The original wiki site provided to resolve this wikilink. | |
| Target | Gets the full wikilink target expression. (interwiki:Namespace:Title#Section) | |
| TargetSite | Gets the wiki site containing the specified page title, if such information is available. | |
| TargetUrl | Gets the full URL of the wikilink target. | |
| Title | Gets the target page title, excluding all the prefix and section. (Title) |