XmlnsDefinitionAttribute Constructor |
Initializes a new instance of the System.Windows.Markup.XmlnsDefinitionAttribute
class.
Namespace: System.Windows.MarkupAssembly: CSharpXamlForHtml5.System.Xaml.dll (in CSharpXamlForHtml5.System.Xaml.dll.dll) Version: 1.0.0.0
Syntax 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