XmlSerializationReaderIsXmlnsAttribute Method |
Determines whether an XML attribute name indicates an XML namespace.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax protected bool IsXmlnsAttribute(
string name
)
Parameters
- name
- Type: SystemString
The name of an XML attribute.
Return Value
Type:
Booleantrue if the XML attribute name indicates an XML namespace; otherwise, false.
See Also