Exemple #1
0
 public static void AddRel(this SupportRelAttribute tag, Rel rel)
 {
     tag.AddAttribute("rel", rel.LiteralValue());
 }