Share via


EmbeddingExtensions Class

Definition

A set of extension methods that allow for embedding a MAUI view within a native application.

public ref class EmbeddingExtensions abstract sealed
public static class EmbeddingExtensions
type EmbeddingExtensions = class
Public Module EmbeddingExtensions
Inheritance
EmbeddingExtensions

Methods

UseMauiEmbeddedApp<TApp>(MauiAppBuilder)

Configures the MauiAppBuilder to use the specified TApp as the embedded application type.

UseMauiEmbeddedApp<TApp>(MauiAppBuilder, Func<IServiceProvider,TApp>)

Configures the MauiAppBuilder to use the specified TApp as the embedded application type.

Applies to