DotNetWikiBot Framework Documentation
Returns the list of strings which contains external links found in page's text.

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

Syntax

C#
public List<string> GetExternalLinks()

Return Value

Type: List<(Of <(<'String>)>)>
Returns the List object.

See Also