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