3 references to DefaultPage
Microsoft.AspNetCore.SpaServices.Extensions (3)
SpaDefaultPageMiddleware.cs (2)
30context.Request.Path = options.DefaultPage; 52$"'{options.DefaultPage}' because it was not found, and no other middleware " +
SpaOptions.cs (1)
31_defaultPage = copyFromOptions.DefaultPage;