2 writes to PrerenderId
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHostBuilder.cs (1)
136registeredComponents[i].PrerenderId = i.ToString(CultureInfo.InvariantCulture);
src\Shared\Components\ComponentMarker.cs (1)
67PrerenderId = prerendered ? GeneratePrerenderId() : null,
3 references to PrerenderId
Microsoft.AspNetCore.Components.WebAssembly (3)
Hosting\WebAssemblyHostBuilder.cs (1)
155RootComponents.Add(componentType, registeredComponent.PrerenderId!, parameters);
src\Shared\Components\ComponentMarker.cs (2)
87=> PrerenderId is null ? default : new() { PrerenderId = PrerenderId };