addBlazorWasmProject
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addBlazorWasmProject( name: string, projectPath: string): BlazorWasmAppResource;}Signature
method
addBlazorWasmProjectbuilderRegisters 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
namestringprojectPathstringReturns
BlazorWasmAppResourceApplies to
This method applies to the following types: