1 instantiation of BrowserOptionsJsonContext
Microsoft.AspNetCore.Components.Endpoints (1)
_generated\31\BrowserOptionsJsonContext.g.cs (1)
28public static global::Microsoft.AspNetCore.Components.Endpoints.BrowserOptionsJsonContext Default { get; } = new global::Microsoft.AspNetCore.Components.Endpoints.BrowserOptionsJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
2 references to BrowserOptionsJsonContext
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\31\BrowserOptionsJsonContext.g.cs (1)
28public static global::Microsoft.AspNetCore.Components.Endpoints.BrowserOptionsJsonContext Default { get; } = new global::Microsoft.AspNetCore.Components.Endpoints.BrowserOptionsJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
363var configJson = JsonSerializer.Serialize(config, BrowserOptionsJsonContext.Default.BrowserOptions);