Initializes a new instance of the XmlNs class with a selected namespace.

Namespace: HTMLPlusPlus.Attribute
Assembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)

Syntax

C#
public XmlNs(
	string value
)

Parameters

value
Type: System..::..String
The namespace as a string.

See Also