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