You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not specific to C# Markup, a simple XAML page where we initialize a NavigationBar in the code-behind and add it to the Page Content will have the same result
Using NavigationBar with C# Markup just displays the default ContentTemplate of the implicit TextBlock for the NavigationBar.
run
dotnet new install Uno.Templates::5.0.13
Using markup
dotnet new unoapp -preset recommended -markup csharp -o NavBarMarkup
Using xaml
dotnet new unoapp -preset recommended -markup xaml -o NavBarMarkupXaml
The text was updated successfully, but these errors were encountered: