2 references to GetBrowserOptions
Microsoft.AspNetCore.Components.Endpoints (2)
BrowserConfiguration\ConfigureBrowser.cs (1)
38
var existing = BrowserOptions.
GetBrowserOptions
(HttpContext);
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
446
var config = BrowserOptions.
GetBrowserOptions
(_httpContext);