public void InserthrefAt(hrefType2 newValue, int index) { InsertDomChildAt(NodeType.Attribute, "", "href", index, newValue.ToString()); }
public void ReplacehrefAt(hrefType2 newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "href", index, newValue.ToString()); }
public void Addhref(hrefType2 newValue) { AppendDomChild(NodeType.Attribute, "", "href", newValue.ToString()); }