Method | Description | |
---|---|---|
AppendAttribute ( this element, string name, string value = null ) : |
||
AppendElement ( this doc, string name, string innerText = null ) : |
public static AppendAttribute ( this element, string name, string value = null ) : |
||
element | this | |
name | string | |
value | string | |
return |
public static AppendElement ( this doc, string name, string innerText = null ) : |
||
doc | this | |
name | string | |
innerText | string | |
return |