This commit is contained in:
David Britch 2021-08-06 15:22:24 +01:00 коммит произвёл GitHub
Родитель b81c5854a0
Коммит 350839f17e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -4,7 +4,7 @@ description: ".NET MAUI apps are bootstrapped using HostBuilder from the Microso
ms.date: 06/18/2021
---
# .NET MAUI app startup
# App startup
.NET Multi-platform App UI (.NET MAUI) apps are bootstrapped using the [.NET Generic Host](/dotnet/core/extensions/generic-host). This enables apps to be initialized from a single location, and provides the ability to configure fonts, services, and third-party libraries.

Просмотреть файл

@ -4,7 +4,7 @@ description: "The .NET MAUI single project brings all the platform-specific expe
ms.date: 06/10/2021
---
# .NET MAUI single project
# Single project
.NET Multi-platform App UI (.NET MAUI) single project is a collection of features that brings all the platform-specific experiences you encounter while developing apps into one shared head project that can target Android, iOS, macOS, and Windows.

Просмотреть файл

@ -5,7 +5,7 @@ zone_pivot_groups: preview-platforms
ms.date: 07/15/2021
---
# Build your first .NET MAUI app
# Build your first app
In this tutorial, you'll learn how to create and run your first .NET Multi-platform App UI (.NET MAUI) app.

Просмотреть файл

@ -4,7 +4,7 @@ description: "Installation instructions for .NET MAUI."
ms.date: 07/28/2021
---
# .NET MAUI installation
# Installation
> [!IMPORTANT]
> These requirements will change as new preview releases of Visual Studio and .NET MAUI are released.

Просмотреть файл

@ -4,7 +4,7 @@ description: "Migrate your Xamarin.Forms app to .NET MAUI with the .NET upgrade
ms.date: 06/07/2021
---
# Migrate your app from Xamarin.Forms to .NET MAUI
# Migrate your app from Xamarin.Forms
You don't need to rewrite your Xamarin.Forms apps to move them to .NET Multi-platform App UI (.NET MAUI). However, you need to make a small amount of code changes to each app. Similarly, you can use single-project features without merging all of your Xamarin.Forms projects into one project.

Просмотреть файл

@ -4,7 +4,7 @@ description: ".NET MAUI platform and development system requirements."
ms.date: 06/07/2021
---
# .NET MAUI supported platforms
# Supported platforms
.NET Multi-platform App UI (.NET MAUI) apps can be written for the following platforms:

Просмотреть файл

@ -4,7 +4,7 @@ description: ".NET MAUI handlers map cross-platform controls to performant nativ
ms.date: 06/10/2021
---
# Customize .NET MAUI controls with handlers
# Customize controls with handlers
.NET Multi-platform App UI (.NET MAUI) provides a collection of controls that can be used to display data, initiate actions, indicate activity, display collections, pick data, and more. By default, *handlers* map these cross-platform controls to native controls on each platform. For example, on iOS a .NET MAUI handler will map a .NET MAUI `Button` to an iOS `UIButton`. On Android, the `Button` will be mapped to a `AppCompatButton`: