XmlWriterWriteAttributeString Method |
When overridden in a derived class, writes out the attribute with the specified
local name and value.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public void WriteAttributeString(
string localName,
string value
)
Parameters
- localName
- Type: SystemString
The local name of the attribute. - value
- Type: SystemString
The value of the attribute.
See Also