1 write to Value
Microsoft.AspNetCore.Components.Server (1)
ProtectedBrowserStorage\ProtectedBrowserStorageResult.cs (1)
24Value = value;
7 references to Value
Aspire.Dashboard (2)
Components\Pages\IPageWithSessionAndUrlState.cs (2)
73if (result is { Success: true, Value: not null }) 75var newUrl = page.GetUrlFromSerializableViewModel(result.Value).ToString();
Microsoft.AspNetCore.Components.Server.Tests (5)
ProtectedBrowserStorageTest.cs (5)
112Assert.Equal("Hello", result.Value.StringProperty); 113Assert.Equal(123, result.Value.IntProperty); 139Assert.Equal("Hello", result.Value.StringProperty); 140Assert.Equal(123, result.Value.IntProperty); 161Assert.Null(result.Value);