XmlNameTableAdd Method (String) |
When overridden in a derived class, atomizes the specified string and adds
it to the XmlNameTable.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public abstract string Add(
string array
)
Parameters
- array
- Type: SystemString
The name to add.
Return Value
Type:
StringThe new atomized string or the existing one if it already exists.
See Also