IServerSideBlazorBuilder インターフェイス

定義

Blazor の構成に使用できるビルダー Server-Side。

public interface IServerSideBlazorBuilder
public interface IServerSideBlazorBuilder : Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder
type IServerSideBlazorBuilder = interface
type IServerSideBlazorBuilder = interface
    interface IRazorComponentsBuilder
Public Interface IServerSideBlazorBuilder
Public Interface IServerSideBlazorBuilder
Implements IRazorComponentsBuilder
実装

プロパティ

Services

IServiceCollectionを取得します。

明示的なインターフェイスの実装

IRazorComponentsBuilder.Services

Blazor の構成に使用できるビルダー Server-Side。

拡張メソッド

AddInteractiveServerComponents(IRazorComponentsBuilder, Action<CircuitOptions>)

Razor コンポーネント アプリケーションでの対話型サーバー コンポーネントのレンダリングをサポートするサービスを追加します。

AddCircuitOptions(IServerSideBlazorBuilder, Action<CircuitOptions>)

回線を構成するためのオプションを追加します。

AddHubOptions(IServerSideBlazorBuilder, Action<HubOptions>)

Server-Side Blazor で使用される SignalR ハブの構成用のハブ オプションを追加します。

AddAuthenticationStateSerialization(IRazorComponentsBuilder, Action<AuthenticationStateSerializationOptions>)

クライアント プロジェクトの Microsoft.AspNetCore.Components.WebAssembly.Authentication パッケージから AddAuthenticationStateDeserialization を呼び出すことによって追加できる逆シリアル化クライアント側 AuthenticationStateProvider を介して、対話型の WebAssembly コンポーネントで使用する PersistentComponentState を使用して、サーバー側の AuthenticationStateProvider によって返される AuthenticationState をシリアル化します。

AddInteractiveWebAssemblyComponents(IRazorComponentsBuilder)

対話型 WebAssembly コンポーネントのレンダリングをサポートするサービスを追加します。

適用対象