Share via


IRazorComponentsBuilder インターフェイス

定義

Razor コンポーネントの構成に使用できるビルダー。

public interface IRazorComponentsBuilder
type IRazorComponentsBuilder = interface
Public Interface IRazorComponentsBuilder
派生

プロパティ

Services

IServiceCollection を取得します。

拡張メソッド

AddInteractiveServerComponents(IRazorComponentsBuilder, Action<CircuitOptions>)

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

AddInteractiveWebAssemblyComponents(IRazorComponentsBuilder)

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

適用対象