2 references to Key
Microsoft.AspNetCore.Components.Endpoints (2)
BrowserConfiguration\BrowserConfigurationHttpContextExtensions.cs (2)
23
if (!context.Items.TryGetValue(
Key
, out var result))
28
context.Items[
Key
] = config;