6 references to SpaStaticFilesOptions
Microsoft.AspNetCore.SpaServices.Extensions (6)
StaticFiles\DefaultSpaStaticFileProvider.cs (1)
20SpaStaticFilesOptions options)
StaticFiles\SpaStaticFilesExtensions.cs (5)
25Action<SpaStaticFilesOptions>? configuration = null) 30var optionsProvider = serviceProvider.GetService<IOptions<SpaStaticFilesOptions>>()!; 31var options = optionsProvider.Value; 38throw new InvalidOperationException($"No {nameof(SpaStaticFilesOptions.RootPath)} " + 39$"was set on the {nameof(SpaStaticFilesOptions)}.");