xml - Meaning and definition of xmlns="" -
in wpf , silverlight when using xaml has declared @ begginning of xaml file
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:ei="http://schemas.microsoft.com/expression/2010/interactions" xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
but,where can find every entry means?, far know similar using in c# or imports in vb, definition of class or "namespace"?
thanks lot!!!
xmlns=...
namespace declaration. see xml namespaces: http://en.wikipedia.org/wiki/xml_namespace
Comments
Post a Comment