Back to Uno

Markup

doc/articles/getting-started/wizard/includes/markup.md

6.6-release-branch-cut396 B
Original Source

This setting allows you to choose the markup to use for declaring the UI of the application.

  • XAML

    Use XAML for the declaration of UI. This is the default for both the blank and recommended preset

    dotnetcli
    dotnet new unoapp -markup xaml
    
  • C# Markup

    Use C# Markup for the declaration of UI.

    dotnetcli
    dotnet new unoapp -markup csharp