What is the difference between xmlns and xmlns:x in wpf?
Answer Posted / Chandra Mohan Jha
xmlns (XML Namespace) is a root attribute used to declare the default namespace for an XML document. In WPF XAML, it's used to define the namespace of the XAML language itself. xmlns:x (xmlns:xaml) is a prefix used to define the XAML namespace within the WPF XAML code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category