6 references to SpaDevelopmentServerOptions
Microsoft.AspNetCore.SpaProxy (6)
SpaHostingStartup.cs (1)
28ConfigureOptions<SpaDevelopmentServerOptions>(services, configuration.GetSection("SpaProxyServer"));
SpaProxyLaunchManager.cs (2)
15private readonly SpaDevelopmentServerOptions _options; 26IOptions<SpaDevelopmentServerOptions> options)
SpaProxyMiddleware.cs (3)
26private readonly IOptions<SpaDevelopmentServerOptions> _options; 33IOptions<SpaDevelopmentServerOptions> options, 74static string GenerateSpaLaunchPage(SpaDevelopmentServerOptions options)