Click or drag to resize
XmlSerializationReaderIsXmlnsAttribute Method
Determines whether an XML attribute name indicates an XML namespace.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected bool IsXmlnsAttribute(
	string name
)

Parameters

name
Type: SystemString
The name of an XML attribute.

Return Value

Type: Boolean
true if the XML attribute name indicates an XML namespace; otherwise, false.
See Also