InteractiveAutoRenderMode Class

Definition

A IComponentRenderMode indicating that the component should be interactive, with its hosting platform determined automatically based on a policy.

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

Constructors

InteractiveAutoRenderMode()

Constructs an instance of InteractiveAutoRenderMode.

InteractiveAutoRenderMode(Boolean)

Constructs an instance of InteractiveAutoRenderMode

Properties

Prerender

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

Applies to