Exemplo n.º 1
0
 public static string GetPageContent(this PageSource pageSource, string pageName)
 {
     return(pageSource.GetPageContent(pageSource.MakePath(pageName)));
 }