obj
IBoleroHostConfig
The Bolero hosting configuration set by ServerComponentsExtensions.AddBoleroHost or ServerComponentsExtensions.AddBoleroComponents.
Instance member | Description |
Full Usage:
this.IsInteractiveRender
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.IsPrerendered
Returns: bool
Modifiers: abstract |
If true, prerender the initial view in the served HTML. Only applies if IsInteractiveRender is false.
|
Full Usage:
this.IsServer
Returns: bool
Modifiers: abstract |
If true, use server-side Bolero; if false, use WebAssembly. Only applies if IsInteractiveRender is false.
|