Microsoft.AspNetCore.Components.Server 名前空間

回線オプションの変更や認証状態の構成など、Blazor Server アプリケーションを操作するためのクラスを提供します。

クラス

CircuitOptions

サーバー側 Blazor の回線ハンドラーを構成するためのオプション

CircuitRootComponentOptions

回線内のルート コンポーネントのオプション。

RevalidatingServerAuthenticationStateProvider

ホスト環境から認証状態を受け取り、定期的に再検証する、AuthenticationStateProvider サービスの基本クラス。

ServerAuthenticationStateProvider

サーバー側 Blazor での使用を目的とした AuthenticationStateProvider です。

ServerComponentsEndpointOptions

対話型サーバー コンポーネントを構成するためのオプション。

注釈

Blazor サーバーのホストの詳細については、「ホストと Blazor Serverの展開」を参照してください。