This commit is contained in:
David Ortinau 2023-04-07 15:30:42 -05:00
Родитель a9bac25b01
Коммит a37ef8908a
1 изменённых файлов: 17 добавлений и 0 удалений

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

@ -0,0 +1,17 @@
---
name: Using Custom Renderers in .NET MAUI with multiple projects
description: "Sample for using custom renderers in .NET MAUI."
page_type: sample
languages:
- csharp
- xaml
products:
- dotnet-maui
- dotnet-core
urlFragment: custom-renderers
---
# Custom Renderers with Multiple Projects
When upgrading from Xamarin.Forms to .NET MAUI, custom renderers can be left in the platform projects. To register them, add a `MauiProgram.cs` file to each project and apply the platform specific code there. This sample demonstrates this approach.