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