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