DotNetWikiBot Framework Documentation
Finds all wikilinks in page text, excluding interwiki links, categories, embedded images and links in image descriptions.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public PageList GetLinks()

Return Value

Type: PageList
Returns the PageList object, in which page titles are the wikilinks, found in text.

See Also