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