3 references to WebAssemblyMarkerType
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.Streaming.cs (2)
275if (marker.Type is ComponentMarker.WebAssemblyMarkerType or ComponentMarker.AutoMarkerType) 279if (marker.Type is ComponentMarker.WebAssemblyMarkerType)
Rendering\SSRRenderModeBoundary.cs (1)
168InteractiveWebAssemblyRenderMode webAssembly => ComponentMarker.Create(ComponentMarker.WebAssemblyMarkerType, webAssembly.Prerender, _markerKey),