RenderMode.InteractiveWebAssembly Property

Definition

Gets an IComponentRenderMode that represents rendering interactively on the client via Blazor WebAssembly hosting with server-side prerendering.

public static Microsoft.AspNetCore.Components.Web.InteractiveWebAssemblyRenderMode InteractiveWebAssembly { get; }
static member InteractiveWebAssembly : Microsoft.AspNetCore.Components.Web.InteractiveWebAssemblyRenderMode
Public Shared ReadOnly Property InteractiveWebAssembly As InteractiveWebAssemblyRenderMode

Property Value

Applies to