ISpaPrerendererBuilder.Build(ISpaBuilder) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.