Click or drag to resize
XmlnsDefinitionAttribute Constructor
Initializes a new instance of the System.Windows.Markup.XmlnsDefinitionAttribute class.

Namespace: System.Windows.Markup
Assembly: CSharpXamlForHtml5.System.Xaml.dll (in CSharpXamlForHtml5.System.Xaml.dll.dll) Version: 1.0.0.0
Syntax
C#
public XmlnsDefinitionAttribute(
	string xmlNamespace,
	string clrNamespace
)

Parameters

xmlNamespace
Type: SystemString
The XAML namespace identifier.
clrNamespace
Type: SystemString
A string that references a CLR namespace name.
See Also