Beispiel #1
0
 public static string?GetTemplateType(this ITemplateInfo template)
 {
     return(template.GetTagValue("type"));
 }
Beispiel #2
0
 public static string?GetLanguage(this ITemplateInfo template)
 {
     return(template.GetTagValue("language"));
 }