1 instantiation of WebAssemblyComponentsEndpointOptions
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
Builder\WebAssemblyRazorComponentsEndpointConventionBuilderExtensions.cs (1)
30var options = new WebAssemblyComponentsEndpointOptions();
5 references to WebAssemblyComponentsEndpointOptions
Microsoft.AspNetCore.Components.WebAssembly.Server (5)
Builder\WebAssemblyRazorComponentsEndpointConventionBuilderExtensions.cs (3)
28Action<WebAssemblyComponentsEndpointOptions>? callback = null) 30var options = new WebAssemblyComponentsEndpointOptions(); 68var logger = endpointBuilder.ServiceProvider.GetRequiredService<ILogger<WebAssemblyComponentsEndpointOptions>>();
Builder\WebAssemblyRenderModeWithOptions.cs (2)
9internal class WebAssemblyRenderModeWithOptions(WebAssemblyComponentsEndpointOptions? options) : InteractiveWebAssemblyRenderMode 11public WebAssemblyComponentsEndpointOptions? EndpointOptions => options;