3 references to Create
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\SSRRenderModeBoundary.cs (3)
167
InteractiveServerRenderMode server => ComponentMarker.
Create
(ComponentMarker.ServerMarkerType, server.Prerender, _markerKey),
168
InteractiveWebAssemblyRenderMode webAssembly => ComponentMarker.
Create
(ComponentMarker.WebAssemblyMarkerType, webAssembly.Prerender, _markerKey),
169
InteractiveAutoRenderMode auto => ComponentMarker.
Create
(ComponentMarker.AutoMarkerType, auto.Prerender, _markerKey),