3 references to HttpContext
Microsoft.AspNetCore.Components.Endpoints (3)
BrowserConfiguration\ConfigureBrowser.cs (3)
11
/// <see cref="
HttpContext
"/>. The merged options are emitted as
36
if (
HttpContext
is not null)
38
var existing = BrowserOptions.GetBrowserOptions(
HttpContext
);