meaning of xmlns at top of xaml file

M

mp

i've looked through help and can't find the meaning of this keyword or
whatever it is...
there are lots of hits using xmlns but none of them address this question...
when i start a wpf project these two lines are at the top of file...
is there a link to an explanation of exactly what they are doing
created by the ide...
xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation <---appears
to point to a website?

xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml <---creating a variable
x and pointing to a site?

created by me...

xmlns:ds="clr-namespace:WpfApplication1" <---creates a variable ds and
creates or points to a namespace in the current project?

thanks

mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top