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