InteractiveWebAssemblyRenderMode Class

Definition

A IComponentRenderMode indicating that the component should be rendered interactively on the client using WebAssembly.

C#
public class InteractiveWebAssemblyRenderMode : Microsoft.AspNetCore.Components.IComponentRenderMode
Inheritance
InteractiveWebAssemblyRenderMode
Implements

Constructors

Properties

Prerender

A flag indicating whether the component should first prerender on the server. The default value is true.

Applies to

Product Versions
ASP.NET Core 8.0, 9.0