Add information about XML namespaces
timunie opened this issue · 0 comments
timunie commented
Add docs about this:
- How to add a namespace via
xmlns:my1="clr-namespace:My.NameSpace"
- How to add a namespace via
xmlns:my2="clr-namespace:My.NameSpace.InOtherAssembly;;assembly=TheOtherAssembly"
- How to add a namespace via
xmlns:my3="using:My.NameSpace"
- How to add a namespace via
xmlns:myCommonNS:"www.myUrl.com"
and how to set up thewww.myUrl.com
(or similar string) in C#
Question to the team: Where should this docs be added?
- in here: https://docs.avaloniaui.net/guides/basics/introduction-to-xaml
- or in here: https://docs.avaloniaui.net/docs/getting-started [New Sub-Page]