Microsoft.AspNetCore.Components.Server Namespace

Provides classes for operating a Blazor Server application, including modifying circuit options and configuring authentication state.

Classes

CircuitOptions

Options to configure circuit handler for server-side Blazor

CircuitRootComponentOptions

Options for root components within the circuit.

RevalidatingServerAuthenticationStateProvider

A base class for AuthenticationStateProvider services that receive an authentication state from the host environment, and revalidate it at regular intervals.

ServerAuthenticationStateProvider

An AuthenticationStateProvider intended for use in server-side Blazor.

Remarks

For more information about hosting Blazor Server, see Host and deploy Blazor Server.