DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns text.
Posts specified string to requested resource
and gets the result text.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public string PostDataAndGetResult( string pageURL, string postData ) |
Parameters
- pageURL
- Type: System..::..String
Absolute or relative URI of page to get.
- postData
- Type: System..::..String
String to post to site with web request.
Return Value
Type: StringReturns text.