Microsoft.AspNetCore.Components.Server Namespace
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 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. |
ServerComponentsEndpointOptions |
Options to configure interactive Server components. |
Remarks
For more information about hosting Blazor Server, see Host and deploy Blazor Server.