Ejemplo n.º 1
0
 /// <summary>
 /// Returns the content of the page.
 /// </summary>
 /// <returns>the content of the page</returns>
 public String GetContent()
 {
     return(WebResponse.GetContentAsString());
 }