Skip to content
Docs Try Aspire

IMauiPlatformResource

Interface net10.0
📦 Aspire.Hosting.Maui v13.1.2-preview.1.26125.13
Marker interface for MAUI platform-specific resources (Windows, Android, iOS, Mac Catalyst).
namespace Aspire.Hosting.Maui;
public interface IMauiPlatformResource
: Aspire.Hosting.ApplicationModel.IResource,
Aspire.Hosting.ApplicationModel.IResourceWithParent,
Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.Maui.MauiProjectResource>
{
// ...
}
IResourceIResourceWithParentIResourceWithParent<MauiProjectResource>
This interface is used to identify resources that represent a specific platform instance of a MAUI application, allowing for common handling across all MAUI platforms. All MAUI platform resources have a parent MauiProjectResource.