Property | Type | Description | |
---|---|---|---|
Article | string | ||
FullUrl | string | ||
Title | string |
Method | Description | |
---|---|---|
WikipediaResponse ( string responseXml ) : System |
Construct WikipediaResponse by parsing attributes from XML.
|
|
WikipediaResponse ( string title, string article, string fullUrl ) : System |
Construct WikipediaResponse from parameters.
|
public WikipediaResponse ( string responseXml ) : System | ||
responseXml | string | XML to parse |
return | System |
public WikipediaResponse ( string title, string article, string fullUrl ) : System | ||
title | string | |
article | string | |
fullUrl | string | |
return | System |