3 references to WebAssemblyMarkerType
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
287
if (marker.Type is ComponentMarker.
WebAssemblyMarkerType
or ComponentMarker.AutoMarkerType)
Rendering\SSRRenderModeBoundary.cs (1)
186
InteractiveWebAssemblyRenderMode webAssembly => ComponentMarker.Create(ComponentMarker.
WebAssemblyMarkerType
, webAssembly.Prerender, _markerKey),
src\Shared\Components\ComponentMarker.cs (1)
101
case
WebAssemblyMarkerType
: