AddAttributeValue

AddAttributeValue(string)

引用属性值并将其添加到 html 文件中。

public void AddAttributeValue(string value)
范围类型描述
valueString属性值字符串。

也可以看看


AddAttributeValue(char[])

引用属性值并将其添加到 html 文件中。

public void AddAttributeValue(char[] value)
范围类型描述
valueChar[]属性值字符串。

也可以看看


AddAttributeValue(char[], int, int)

引用属性值并将其添加到 html 文件中。

public void AddAttributeValue(char[] value, int startIndex, int length)
范围类型描述
valueChar[]属性值字符串。
startIndexInt32要添加的部分的起始索引。
lengthInt32要添加的部分的长度。

也可以看看