Ejemplo n.º 1
0
 public void Add(Rel rel, string href, dynamic meta)
 {
     Add(new Link(rel, href, meta));
 }
Ejemplo n.º 2
0
 public void Add(Rel rel, string href)
 {
     Add(new Link(rel, href));
 }