Share via


InteractiveServerRenderMode Class

Definition

A IComponentRenderMode indicating that the component should be rendered interactively on the server using Blazor Server hosting.

public class InteractiveServerRenderMode : Microsoft.AspNetCore.Components.IComponentRenderMode
type InteractiveServerRenderMode = class
    interface IComponentRenderMode
Public Class InteractiveServerRenderMode
Implements IComponentRenderMode
Inheritance
InteractiveServerRenderMode
Implements

Constructors

InteractiveServerRenderMode()

Constructs an instance of InteractiveServerRenderMode.

InteractiveServerRenderMode(Boolean)

Constructs an instance of InteractiveServerRenderMode

Properties

Prerender

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

Applies to