IRazorComponentsBuilder インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Razor コンポーネントの構成に使用できるビルダー。
public interface IRazorComponentsBuilder
type IRazorComponentsBuilder = interface
Public Interface IRazorComponentsBuilder
- 派生
プロパティ
Services |
IServiceCollectionを取得します。 |
拡張メソッド
AddInteractiveServerComponents(IRazorComponentsBuilder, Action<CircuitOptions>) |
Razor コンポーネント アプリケーションでの対話型サーバー コンポーネントのレンダリングをサポートするサービスを追加します。 |
AddAuthenticationStateSerialization(IRazorComponentsBuilder, Action<AuthenticationStateSerializationOptions>) |
クライアント プロジェクトの Microsoft.AspNetCore.Components.WebAssembly.Authentication パッケージから AddAuthenticationStateDeserialization を呼び出すことによって追加できる逆シリアル化クライアント側 AuthenticationStateProvider を介して、対話型の WebAssembly コンポーネントで使用する PersistentComponentState を使用して、サーバー側の AuthenticationStateProvider によって返される AuthenticationState をシリアル化します。 |
AddInteractiveWebAssemblyComponents(IRazorComponentsBuilder) |
対話型 WebAssembly コンポーネントのレンダリングをサポートするサービスを追加します。 |