Fixing namespace sample
The option 1 for valid XAML namespaces had an issue in the examples stating xmlns:... again inside the string. This fixes it
This commit is contained in:
Родитель
217f68bb07
Коммит
2f075363b1
|
@ -45,8 +45,8 @@ xmlns:myAlias="MyNamespaceDefinition"
|
|||
**Option 1**: Using the `clr-namespace`-syntax:
|
||||
|
||||
```xml
|
||||
xmlns:myAlias1="xmlns:my1="clr-namespace:My.NameSpace"
|
||||
xmlns:myAlias2="xmlns:my1="clr-namespace:My.NameSpace.InOtherAssembly;assembly=TheOtherAssembly"
|
||||
xmlns:myAlias1="clr-namespace:My.NameSpace"
|
||||
xmlns:myAlias2="clr-namespace:My.NameSpace.InOtherAssembly;assembly=TheOtherAssembly"
|
||||
```
|
||||
|
||||
{% hint style="info" %} `My.NameSpace` is the namespace in `C#` you want to use {% endhint %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче