DotNetWikiBot Framework Documentation
Loads page text from live wiki site via raw web interface. If Page.revision is specified, the function gets that specified revision. If the page doesn't exist it's text will be empty (""), no exception is thrown. This function is very fast, but it should be used only when metadata is not needed and no page modification is required. In other cases Load()()()() function should be used.

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

Syntax

C#
public void LoadTextOnly()

See Also