PersistenceMode Enum

Definition

The way to persist the component application state.

public enum PersistenceMode
type PersistenceMode = 
Public Enum PersistenceMode
Inheritance
PersistenceMode

Fields

Server 0

The state is persisted for a Blazor Server application.

WebAssembly 1

The state is persisted for a Blazor WebAssembly application.

Applies to