addBlazorWasmProject
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addBlazorWasmProject( name: string, projectPath: string): BlazorWasmAppResource;}Signature
method
addBlazorWasmProject builder Registers a Blazor WebAssembly project as a resource without launching it as a process. Prefer AddBlazorWasmProject<TProject> which uses IProjectMetadata for path discovery.
addBlazorWasmProject( name: string, projectPath: string): BlazorWasmAppResourceParameters
name string projectPath string Returns
BlazorWasmAppResource Applies to
This method applies to the following types: