DotNetWikiBot Framework Documentation
Gets the text of page from web.

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

Syntax

C#
public string GetWebPage(
	string pageURL
)

Parameters

pageURL
Type: System..::..String
Absolute or relative URI of page to get.

Return Value

Type: String
Returns source code.

See Also