ISpaPrerendererBuilder.Build(ISpaBuilder) Method

Definition

Builds the Single Page Application so that a JavaScript entrypoint file exists on disk. Prerendering middleware can then execute that file in a Node environment.

public:
 System::Threading::Tasks::Task ^ Build(Microsoft::AspNetCore::SpaServices::ISpaBuilder ^ spaBuilder);
public System.Threading.Tasks.Task Build (Microsoft.AspNetCore.SpaServices.ISpaBuilder spaBuilder);
abstract member Build : Microsoft.AspNetCore.SpaServices.ISpaBuilder -> System.Threading.Tasks.Task
Public Function Build (spaBuilder As ISpaBuilder) As Task

Parameters

spaBuilder
ISpaBuilder

The ISpaBuilder.

Returns

A Task representing completion of the build process.

Applies to