SpaPrerenderingOptions.BootModuleBuilder Property
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.
Gets or sets an ISpaPrerendererBuilder that the prerenderer will invoke before looking for the boot module file.
This is only intended to be used during development as a way of generating the JavaScript boot
file automatically when the application runs. This property should be left as null
in
production applications.
public:
property Microsoft::AspNetCore::SpaServices::Prerendering::ISpaPrerendererBuilder ^ BootModuleBuilder { Microsoft::AspNetCore::SpaServices::Prerendering::ISpaPrerendererBuilder ^ get(); void set(Microsoft::AspNetCore::SpaServices::Prerendering::ISpaPrerendererBuilder ^ value); };
public Microsoft.AspNetCore.SpaServices.Prerendering.ISpaPrerendererBuilder BootModuleBuilder { get; set; }
member this.BootModuleBuilder : Microsoft.AspNetCore.SpaServices.Prerendering.ISpaPrerendererBuilder with get, set
Public Property BootModuleBuilder As ISpaPrerendererBuilder