RenderMode.InteractiveServer Property

Definition

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

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

Property Value

Applies to