AppHostBuilderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class contains the Map's MauiAppBuilder extensions.
public ref class AppHostBuilderExtensions abstract sealed
public static class AppHostBuilderExtensions
type AppHostBuilderExtensions = class
Public Module AppHostBuilderExtensions
- Inheritance
-
AppHostBuilderExtensions
Methods
AddMauiControlsHandlers(IMauiHandlersCollection) | |
AddMauiMaps(IMauiHandlersCollection) |
Registers the .NET MAUI Maps handlers that are needed to render the map control. |
ConfigureEffects(MauiAppBuilder, Action<IEffectsBuilder>) | |
UseMauiApp<TApp>(MauiAppBuilder, Func<IServiceProvider,TApp>) |
Configures the MauiAppBuilder to use the specified |
UseMauiApp<TApp>(MauiAppBuilder) |
Configures the MauiAppBuilder to use the specified |
UseMauiMaps(MauiAppBuilder) |
Configures MauiAppBuilder to add support for the Map control. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.