1 implementation of ISpaBuilder
Microsoft.AspNetCore.SpaServices.Extensions (1)
DefaultSpaBuilder.cs (1)
8internal sealed class DefaultSpaBuilder : ISpaBuilder
17 references to ISpaBuilder
Microsoft.AspNetCore.SpaServices.Extensions (17)
AngularCli\AngularCliBuilder.cs (1)
39public async Task Build(ISpaBuilder spaBuilder)
AngularCli\AngularCliMiddleware.cs (1)
24ISpaBuilder spaBuilder,
AngularCli\AngularCliMiddlewareExtensions.cs (2)
21/// <param name="spaBuilder">The <see cref="ISpaBuilder"/>.</param> 24this ISpaBuilder spaBuilder,
Prerendering\ISpaPrerendererBuilder.cs (2)
19/// <param name="spaBuilder">The <see cref="ISpaBuilder"/>.</param> 21Task Build(ISpaBuilder spaBuilder);
Proxying\SpaProxyingExtensions.cs (6)
22/// <param name="spaBuilder">The <see cref="ISpaBuilder"/>.</param> 25this ISpaBuilder spaBuilder, 38/// <param name="spaBuilder">The <see cref="ISpaBuilder"/>.</param> 41this ISpaBuilder spaBuilder, 54/// <param name="spaBuilder">The <see cref="ISpaBuilder"/>.</param> 57this ISpaBuilder spaBuilder,
ReactDevelopmentServer\ReactDevelopmentServerMiddleware.cs (1)
24ISpaBuilder spaBuilder,
ReactDevelopmentServer\ReactDevelopmentServerMiddlewareExtensions.cs (2)
21/// <param name="spaBuilder">The <see cref="ISpaBuilder"/>.</param> 24this ISpaBuilder spaBuilder,
SpaApplicationBuilderExtensions.cs (1)
28public static void UseSpa(this IApplicationBuilder app, Action<ISpaBuilder> configuration)
SpaDefaultPageMiddleware.cs (1)
14public static void Attach(ISpaBuilder spaBuilder)