Beispiel #1
0
 private void ParseFile(IDocumentParser documentparser, IDictionary <string, string> customtabs)
 {
     /// here method that will modify the template according to a configuration, custom tabs needed to get proper href
     documentparser.fetchPartialText(@"lithtml", @"`);");
 }