5 references to RootPath
Microsoft.AspNetCore.SpaServices.Extensions (5)
StaticFiles\DefaultSpaStaticFileProvider.cs (3)
24if (string.IsNullOrEmpty(options.RootPath)) 26throw new ArgumentException($"The {nameof(options.RootPath)} property " + 33options.RootPath);
StaticFiles\SpaStaticFilesExtensions.cs (2)
36if (string.IsNullOrEmpty(options.RootPath)) 38throw new InvalidOperationException($"No {nameof(SpaStaticFilesOptions.RootPath)} " +