XmlTextWriter.WriteStartAttribute Method
.NET Framework 4
Writes the start of an attribute.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
WriteStartAttribute(String) | Writes the start of an attribute with the specified local name. (Inherited from XmlWriter.) |
|
WriteStartAttribute(String, String) | Writes the start of an attribute with the specified local name and namespace URI. (Inherited from XmlWriter.) |
|
WriteStartAttribute(String, String, String) | Writes the start of an attribute. (Overrides XmlWriter.WriteStartAttribute(String, String, String).) |
Note
|
|---|
|
In the .NET Framework version 2.0 release, the recommended practice is to create XmlWriter instances using the XmlWriter.Create method and the XmlWriterSettings class. This allows you to take full advantage of all the new features introduced in this release. For more information, see Creating XML Writers. |
Note