共用方式為


IRazorComponentsBuilder 介面

定義

可用來設定Razor元件的產生器。

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

屬性

Services

取得 IServiceCollection

擴充方法

AddInteractiveServerComponents(IRazorComponentsBuilder, Action<CircuitOptions>)

新增服務以支援在razor元件應用程式中轉譯互動式伺服器元件。

AddAuthenticationStateSerialization(IRazorComponentsBuilder, Action<AuthenticationStateSerializationOptions>)

使用 PersistentComponentState 串行化伺服器端 AuthenticationStateProvider 傳回的 AuthenticationState,以便透過還原串行化用戶端 AuthenticationStateProvider,藉由從客戶端專案中呼叫 Microsoft.AspNetCore.Components.WebAssembly.Authentication 套件的 AddAuthenticationStateDeserialization 來新增。

AddInteractiveWebAssemblyComponents(IRazorComponentsBuilder)

新增服務以支持轉譯互動式 WebAssembly 元件。

適用於