withBlazorClientApp
Method
interface ProjectResource { // ... omitted for brevity withBlazorClientApp( wasmApp: BlazorWasmAppResource, apiPrefix?: string, otlpPrefix?: string, proxyTelemetry?: boolean): ProjectResource;}Signature
method
withBlazorClientAppbuilderAttaches a Blazor WebAssembly app to the Gateway. The resource name is used as the URL path prefix (e.g., resource "store" → /store/). Service names are derived from WithReference() annotations on the WASM resource. Service references from the WASM app are automatically forwarded to the gateway so the gateway can resolve service endpoints for YARP proxying.
withBlazorClientApp( wasmApp: BlazorWasmAppResource, apiPrefix?: string, otlpPrefix?: string, proxyTelemetry?: boolean): ProjectResourceParameters
wasmAppBlazorWasmAppResourceapiPrefixstringoptional= _apiotlpPrefixstringoptional= _otlpproxyTelemetrybooleanoptional= TrueReturns
ProjectResourceApplies to
This method applies to the following types: