Esempio n. 1
0
 public static string GetPageContent(this PageSource pageSource, string pageName)
 {
     return(pageSource.Content(pageName));
 }
Esempio n. 2
0
 public static string GetPageContent(this PageSource pageSource, Path pageName)
 {
     return(pageSource.Content(pageName.ToString()));
 }