Ejemplo n.º 1
0
 public void InserthrefAt(hrefType2 newValue, int index)
 {
     InsertDomChildAt(NodeType.Attribute, "", "href", index, newValue.ToString());
 }
Ejemplo n.º 2
0
 public void ReplacehrefAt(hrefType2 newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "href", index, newValue.ToString());
 }
Ejemplo n.º 3
0
 public void Addhref(hrefType2 newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "href", newValue.ToString());
 }