2 references to DeserializeState
Microsoft.AspNetCore.Components.Server (2)
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
27
DeserializeState
(Convert.FromBase64String(existingState));
src\Shared\Components\ProtectedPrerenderComponentApplicationStore.cs (1)
21
DeserializeState
(_protector.Unprotect(Convert.FromBase64String(existingState)));