IBoleroHostConfig Type

Instance members

Instance member Description

this.IsInteractiveRender

Full Usage: this.IsInteractiveRender

Returns: bool
Modifiers: abstract

If true, use Bolero with interactive render modes, and bypass P:IsServer and P:IsPrerendered. If false, use Bolero's legacy render mode handling.

Returns: bool

this.IsPrerendered

Full Usage: this.IsPrerendered

Returns: bool
Modifiers: abstract

If true, prerender the initial view in the served HTML. Only applies if IsInteractiveRender is false.

Returns: bool

this.IsServer

Full Usage: this.IsServer

Returns: bool
Modifiers: abstract

If true, use server-side Bolero; if false, use WebAssembly. Only applies if IsInteractiveRender is false.

Returns: bool