5 references to Extensions
Microsoft.AspNetCore.Components.Endpoints (3)
_generated\20\BrowserOptionsJsonContext.InteractiveServerBrowserOptions.g.cs (1)
120Getter = static obj => ((global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions)obj).Extensions,
BrowserConfiguration\ConfigureBrowser.cs (2)
64foreach (var kvp in source.Server.Extensions) 66target.Server.Extensions[kvp.Key] = kvp.Value;
Microsoft.AspNetCore.Components.Server.AutoPause (2)
AutoPauseBrowserOptionsExtensions.cs (2)
36options.Server.Extensions["autoPauseEnabled"] = JsonSerializer.SerializeToElement(settings.Enabled, AutoPauseJsonContext.Default.Boolean); 37options.Server.Extensions["autoPauseHiddenDelayMilliseconds"] = JsonSerializer.SerializeToElement((long)delayMilliseconds, AutoPauseJsonContext.Default.Int64);