Element.SetAttribute

Element.SetAttribute method

添加新属性。如果具有该名称的属性已存在于元素中,则其值将更改为值 parameter 的值

public void SetAttribute(string name, string value)
范围类型描述
nameString属性名称。
valueString价值。

也可以看看