XmlDocument.CreateAttribute Method
.NET Framework 4.5
Creates an XmlAttribute with the specified name.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateAttribute(String) | Creates an XmlAttribute with the specified Name. |
|
CreateAttribute(String, String) | Creates an XmlAttribute with the specified qualified name and NamespaceURI. |
|
CreateAttribute(String, String, String) | Creates an XmlAttribute with the specified Prefix, LocalName, and NamespaceURI. |