프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Article | string | ||
FullUrl | string | ||
Title | string |
메소드 | 설명 | |
---|---|---|
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 |
리턴 | System |
public WikipediaResponse ( string title, string article, string fullUrl ) : System | ||
title | string | |
article | string | |
fullUrl | string | |
리턴 | System |