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要添加的部分的长度。

另请参阅