addMauiProject
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addMauiProject( name: string, projectPath: string): MauiProjectResource;}Signature
method
addMauiProject builder Adds a .NET MAUI project to the application model. This resource can be used to create platform-specific resources.
addMauiProject( name: string, projectPath: string): MauiProjectResourceParameters
name string projectPath string Returns
MauiProjectResource Applies to
This method applies to the following types: