Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RenderMode Class

Definition

Namespace:
Microsoft.AspNetCore.Components.Web
Assembly:
Microsoft.AspNetCore.Components.Web.dll
Package:
Microsoft.AspNetCore.Components.Web v10.0.0
Package:
Microsoft.AspNetCore.Components.Web v11.0.0-preview.4.26230.115
Package:
Microsoft.AspNetCore.Components.Web v8.0.19
Package:
Microsoft.AspNetCore.Components.Web v9.0.8
Source:
RenderMode.cs
Source:
RenderMode.cs
Source:
RenderMode.cs
Source:
RenderMode.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Provides pre-constructed IComponentRenderMode instances that may be used during rendering.

public static class RenderMode
type RenderMode = class
Public Class RenderMode
Inheritance
RenderMode

Properties

Name Description
InteractiveAuto

Gets an IComponentRenderMode that means the render mode will be determined automatically based on a policy.

InteractiveServer

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

InteractiveWebAssembly

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

Applies to


Feedback

Was this page helpful?