What is local: in XAML, and what parameters in a C# class can be called local: ?
local:
In some code I am looking at, I see xmlns:local="clr-namespace:AskLocal". What does this mean?
xmlns:local="clr-namespace:AskLocal"
In XAML the local alias is commonly used when referring to the namespace in which the current class is declared. It is not mandatory, it is just commonly done.
2.1m questions
2.1m answers
60 comments
57.0k users