1 reference to ServerComponentSerializer
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
56
services.TryAddSingleton<ServerComponentSerializer>(services => new
ServerComponentSerializer
(services.GetRequiredService<IDataProtectionProvider>()));