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