IRazorComponentsBuilder 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可用來設定Razor元件的產生器。
public interface IRazorComponentsBuilder
type IRazorComponentsBuilder = interface
Public Interface IRazorComponentsBuilder
- 衍生
屬性
Services |
擴充方法
AddInteractiveServerComponents(IRazorComponentsBuilder, Action<CircuitOptions>) |
新增服務以支援在razor元件應用程式中轉譯互動式伺服器元件。 |
AddAuthenticationStateSerialization(IRazorComponentsBuilder, Action<AuthenticationStateSerializationOptions>) |
使用 PersistentComponentState 串行化伺服器端 AuthenticationStateProvider 傳回的 AuthenticationState,以便透過還原串行化用戶端 AuthenticationStateProvider,藉由從客戶端專案中呼叫 Microsoft.AspNetCore.Components.WebAssembly.Authentication 套件的 AddAuthenticationStateDeserialization 來新增。 |
AddInteractiveWebAssemblyComponents(IRazorComponentsBuilder) |
新增服務以支持轉譯互動式 WebAssembly 元件。 |