IBoleroHostConfig Type

The Bolero hosting configuration set by ServerComponentsExtensions.AddBoleroHost.

Instance members

Instance member Description

this.IsPrerendered

Full Usage: this.IsPrerendered

Returns: bool
Modifiers: abstract

If true, prerender the initial view in the served HTML.

Returns: bool

this.IsServer

Full Usage: this.IsServer

Returns: bool
Modifiers: abstract

If true, use server-side Bolero; if false, use WebAssembly.

Returns: bool