4 references to HttpContext
Microsoft.AspNetCore.Components.Endpoints (4)
BrowserConfiguration\ConfigureBrowser.cs (4)
11/// <see cref="HttpContext"/>. The merged configuration is emitted as 25/// Gets or sets the <see cref="HttpContext"/> for the current request. 39if (HttpContext is not null) 41var existing = HttpContext.GetBrowserConfiguration();